We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274695 commit 54b98b5Copy full SHA for 54b98b5
App/config.py
@@ -1,4 +1,4 @@
1
-SQLALCHEMY_DATABASE_URI = "sqlite:///temp-database.db"
+SQLALCHEMY_DATABASE_URI = "postgres://xzakjyzxttsmaa:e4c8ac0cd7730cdae54285520a59f7e2bf88e095a4f92d748bef3fd0893bc670@ec2-44-194-4-127.compute-1.amazonaws.com:5432/dat38547pah59c"
2
SECRET_KEY = "secret key"
3
JWT_EXPIRATION_DELTA = 7
4
ENV = "DEVELOPMENT"
runtime.txt
@@ -1 +1 @@
-python-3.9
+python-3.9.12
0 commit comments