We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00042b8 commit 45432d7Copy full SHA for 45432d7
1 file changed
templates/flask-react/flask/app.py
@@ -8,7 +8,7 @@
8
CORS(app)
9
10
DATABASE_CONFIG = {
11
- 'dbname': os.environ.get('DB_NAME', 'movies_db'),
+ 'dbname': os.environ.get('DB_NAME', 'moviesdb'),
12
'user': os.environ.get('DB_USER', 'postgres'),
13
'password': os.environ.get('DB_PASSWORD', 'postgres'),
14
'host': os.environ.get('DB_HOST', 'db'),
0 commit comments