removed local db

This commit is contained in:
CHIEFSOFT\ameye
2024-12-06 09:36:28 -05:00
parent caf35daf51
commit 80b38287b3
3 changed files with 22 additions and 12 deletions
+10
View File
@@ -5,3 +5,13 @@ SQL_HOST=db
SQL_PORT=5432
DATABASE=postgres
APP_FOLDER=/usr/src/app
FLASK_APP=project/__init__.py
FLASK_DEBUG=1
DATABASE_URL=postgresql://hello_flask:hello_flask@db:5432/hello_flask_dev
SQL_HOST=db
SQL_PORT=5432
DATABASE=postgres
APP_FOLDER=/usr/src/app