chore: update single click deployments (#1141)
* chore: update single click deployments * dev: update environment variables
This commit is contained in:
parent
f80b3f1eb1
commit
cd821a934d
6 changed files with 32 additions and 23 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue