first commit

This commit is contained in:
2024-12-06 06:57:12 -05:00
commit e4e986820a
22 changed files with 412 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FLASK_APP=project/__init__.py
FLASK_DEBUG=0
DATABASE_URL=postgresql://hello_flask:hello_flask@db:5432/hello_flask_prod
SQL_HOST=db
SQL_PORT=5432
DATABASE=postgres
APP_FOLDER=/home/app/web