Skip to content

Commit 2e34037

Browse files
author
Aaron Suarez
committed
Debug in prod
1 parent a77a16d commit 2e34037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_sys_exec_root_or_drive():
3636
class Config:
3737
SQLALCHEMY_TRACK_MODIFICATIONS = False
3838
SQLALCHEMY_DATABASE_URI = f"postgresql://{postgres_user}:{postgres_password}@{postgres_host}:5432/{postgres_db}"
39+
print(SQLALCHEMY_DATABASE_URI)
3940

4041
# Can pass in changes to defaults, such as PaginatorConfig(per_page=40)
4142
RESOURCE_PAGINATOR = PaginatorConfig()

0 commit comments

Comments
 (0)