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 d65f2e5 commit 7878bf5Copy full SHA for 7878bf5
app.py
@@ -14,7 +14,9 @@
14
app = Flask(__name__)
15
16
# PostgreSQL Database Configuration
17
-app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://postgres:9257postgres@localhost/users'
+#app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://postgres:9257postgres@localhost/users'
18
+app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://devuser:devpass@localhost/devopsdb'
19
+
20
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
21
app.config['SECRET_KEY'] = 'supersecretkey'
22
0 commit comments