Skip to content

Commit 45c3351

Browse files
BigSpaceshipstallen42
authored andcommitted
guys i'm dumb
1 parent 8c637fb commit 45c3351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)