Skip to content

Commit

Permalink
chore:changed database env name
Browse files Browse the repository at this point in the history
From DATABASE_CREDENTIALS to FBR_DATABASE_APPLICATION_USER
  • Loading branch information
hareshkainthdbt committed Dec 13, 2024
1 parent 96481a2 commit 63f5aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbr/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
DATABASES: dict = {}

DATABASES["default"] = dj_database_url.config( # noqa
default=database_url_from_env("DATABASE_CREDENTIALS")
default=database_url_from_env("FBR_DATABASE_APPLICATION_USER")
)

# if DATABASE_URL := env("DATABASE_URL", default=None):
Expand Down

0 comments on commit 63f5aa0

Please sign in to comment.