chore: update single click deployments (#1141)

* chore: update single click deployments

* dev: update environment variables
This commit is contained in:
pablohashescobar
2023-05-26 14:04:15 +05:30
committed by GitHub
parent f80b3f1eb1
commit cd821a934d
6 changed files with 32 additions and 23 deletions

View File

@@ -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