Skip to content

Commit

Permalink
default db url
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jul 18, 2024
1 parent b2beec0 commit 6cdb8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/envs/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ class UnitTestConfig(Config):
FSD_LOG_LEVEL = logging.DEBUG

SQLALCHEMY_DATABASE_URI = getenv(
"DATABASE_URL", "postgresql://postgres:password@fab-db:5432/fab_unit_test" # pragma: allowlist secret
"DATABASE_URL", "postgresql://postgres:[email protected]:5432/fab_unit_test" # pragma: allowlist secret
)

0 comments on commit 6cdb8ba

Please sign in to comment.