Skip to content

Commit 64a32da

Browse files
authored
Update .env_sample
1 parent 3e9155a commit 64a32da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.env_sample

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
SECRET_KEY=change-this-secret
22

3+
# For local setup and debug
4+
DEBUG=True
5+
36
# Database
47
DB_HOST=db
58
DB_NAME=postgres
@@ -113,4 +116,4 @@ ENABLE_SIGN_IN=True
113116
# Logging (Serialized outputs the logs in JSON format)
114117
# -----------------------------------------------------------------------------
115118
LOG_LEVEL=info
116-
SERIALIZED=false
119+
SERIALIZED=false

0 commit comments

Comments
 (0)