forked from github/plane
chore: update single click deployments (#1141)
* chore: update single click deployments * dev: update environment variables
This commit is contained in:
@@ -45,4 +45,10 @@ GITHUB_CLIENT_SECRET="" # For fetching release notes
|
||||
# Settings related to Docker
|
||||
DOCKERIZED=1
|
||||
|
||||
# Database Settings
|
||||
PGUSER="plane"
|
||||
PGPASSWORD="plane"
|
||||
PGHOST="plane-db"
|
||||
PGDATABASE="plane"
|
||||
|
||||
# Auto generated and Required that will be generated from setup.sh
|
||||
Reference in New Issue
Block a user