Skip to content

Commit 54b98b5

Browse files
committed
runtime.txt update
1 parent 6274695 commit 54b98b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SQLALCHEMY_DATABASE_URI = "sqlite:///temp-database.db"
1+
SQLALCHEMY_DATABASE_URI = "postgres://xzakjyzxttsmaa:e4c8ac0cd7730cdae54285520a59f7e2bf88e095a4f92d748bef3fd0893bc670@ec2-44-194-4-127.compute-1.amazonaws.com:5432/dat38547pah59c"
22
SECRET_KEY = "secret key"
33
JWT_EXPIRATION_DELTA = 7
44
ENV = "DEVELOPMENT"

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.9
1+
python-3.9.12

0 commit comments

Comments
 (0)