Skip to content

Commit 7878bf5

Browse files
authored
Update app.py
1 parent d65f2e5 commit 7878bf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
app = Flask(__name__)
1515

1616
# PostgreSQL Database Configuration
17-
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://postgres:9257postgres@localhost/users'
17+
#app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://postgres:9257postgres@localhost/users'
18+
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://devuser:devpass@localhost/devopsdb'
19+
1820
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
1921
app.config['SECRET_KEY'] = 'supersecretkey'
2022

0 commit comments

Comments
 (0)