Skip to content

Commit e3af2cb

Browse files
committed
guys i'm dumb
1 parent 8c637fb commit e3af2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
PROFILING = env.get("CONDITIONAL_PROFILING", "false").lower() == "true"
1919

2020
# DB Info
21-
SQLALCHEMY_DATABASE_URI = "postgresql://conditional:fancypantspassword@conditional-postgres:5432/conditional"
21+
SQLALCHEMY_DATABASE_URI = env.get("SQLALCHEMY_DATABASE_URI", "postgresql://conditional:fancypantspassword@conditional-postgres:5432/conditional")
2222
SQLALCHEMY_TRACK_MODIFICATIONS = False
2323

2424
# LDAP config

0 commit comments

Comments
 (0)