Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
setting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Sep 24, 2021
1 parent bdf9553 commit 8037b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
DB_USER=os.environ.get("DB_USER")
DB_PASSWORD = os.environ.get("DB_PASSWORD")
DB_HOST = os.environ.get("DB_HOST")
DATABASE_URL = os.environ.get("DATABASE_URL", None)

0 comments on commit 8037b02

Please sign in to comment.