chore: added DEBUG value for docker setup (#1327)

* chore: add DEBUG value for docker setup

* refactor: removed the extra DEFAULT value
This commit is contained in:
Bavisetti Narayan 2023-06-20 09:36:08 +05:30 committed by GitHub
parent f2ebac1bb4
commit 0c3635cf25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 3 deletions

View file

@ -22,6 +22,9 @@ NEXT_PUBLIC_SLACK_CLIENT_ID=""
# Backend
# Debug value for api server use it as 0 for production use
DEBUG=0
# Database Settings
PGUSER="plane"
PGPASSWORD="plane"