removed local db
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FLASK_APP=project/__init__.py
|
||||
FLASK_DEBUG=1
|
||||
DATABASE_URL=postgresql://hello_flask:hello_flask@db:5432/hello_flask_dev
|
||||
SQL_HOST=db
|
||||
DATABASE_URL=postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
||||
SQL_HOST=10.20.30.60
|
||||
SQL_PORT=5432
|
||||
DATABASE=postgres
|
||||
APP_FOLDER=/usr/src/app
|
||||
Reference in New Issue
Block a user