Skip to content

Commit

Permalink
find db url
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses authored Aug 28, 2019
1 parent cb1e283 commit 5ee251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
)
DATABASE_URL = rds_db_string
else:
DATABASE_URL = os.getenv("CUSTOM_DATABASE_URL")
DATABASE_URL = os.getenv("DATABASE_URL")

0 comments on commit 5ee251d

Please sign in to comment.