We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c637fb commit e3af2cbCopy full SHA for e3af2cb
config.env.py
@@ -18,7 +18,7 @@
18
PROFILING = env.get("CONDITIONAL_PROFILING", "false").lower() == "true"
19
20
# DB Info
21
-SQLALCHEMY_DATABASE_URI = "postgresql://conditional:fancypantspassword@conditional-postgres:5432/conditional"
+SQLALCHEMY_DATABASE_URI = env.get("SQLALCHEMY_DATABASE_URI", "postgresql://conditional:fancypantspassword@conditional-postgres:5432/conditional")
22
SQLALCHEMY_TRACK_MODIFICATIONS = False
23
24
# LDAP config
0 commit comments