mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
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:
committed by
GitHub
parent
f2ebac1bb4
commit
0c3635cf25
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user