We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9155a commit 64a32daCopy full SHA for 64a32da
1 file changed
.env_sample
@@ -1,5 +1,8 @@
1
SECRET_KEY=change-this-secret
2
3
+# For local setup and debug
4
+DEBUG=True
5
+
6
# Database
7
DB_HOST=db
8
DB_NAME=postgres
@@ -113,4 +116,4 @@ ENABLE_SIGN_IN=True
113
116
# Logging (Serialized outputs the logs in JSON format)
114
117
# -----------------------------------------------------------------------------
115
118
LOG_LEVEL=info
-SERIALIZED=false
119
+SERIALIZED=false
0 commit comments