Skip to content

Commit 45432d7

Browse files
committed
m
1 parent 00042b8 commit 45432d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • templates/flask-react/flask

templates/flask-react/flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
CORS(app)
99

1010
DATABASE_CONFIG = {
11-
'dbname': os.environ.get('DB_NAME', 'movies_db'),
11+
'dbname': os.environ.get('DB_NAME', 'moviesdb'),
1212
'user': os.environ.get('DB_USER', 'postgres'),
1313
'password': os.environ.get('DB_PASSWORD', 'postgres'),
1414
'host': os.environ.get('DB_HOST', 'db'),

0 commit comments

Comments
 (0)