Skip to content

Commit

Permalink
update config to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHHB committed Sep 5, 2023
1 parent 0958f0c commit 4487545
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 @@ -4,5 +4,5 @@
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

SECRET_KEY = secrets.token_hex(16)
DATABASE_URL = 'postgres://hapyttrvveukpb:3e7f2e1f390a362bc766095b619f3302a642b58430cb9e0310ccc8bcab6f084a@ec2-35-169-9-79.compute-1.amazonaws.com:5432/ddbmbvntauvjls'
SQLALCHEMY_DATABASE_URI = 'postgres://hapyttrvveukpb:3e7f2e1f390a362bc766095b619f3302a642b58430cb9e0310ccc8bcab6f084a@ec2-35-169-9-79.compute-1.amazonaws.com:5432/ddbmbvntauvjls'
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit 4487545

Please sign in to comment.