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 fb2d727 commit 807631b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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)
SQLALCHEMY_DATABASE_URI = 'postgresql://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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cockroachdb==0.3.5
Flask==2.3.3
Flask-Login==0.6.2
Flask-Migrate==4.0.4
Flask-SQLAlchemy==1.3.0
Flask-SQLAlchemy==1.0
greenlet==2.0.2
gunicorn==21.2.0
iniconfig==2.0.0
Expand All @@ -27,7 +27,7 @@ pytz==2023.3
s3transfer==0.6.2
secret==0.8
six==1.16.0
SQLAlchemy==1.3.0
SQLAlchemy==1.0.0
tabulate==0.9.0
typing_extensions==4.7.1
tzlocal==5.0.1
Expand Down

0 comments on commit 807631b

Please sign in to comment.