diff --git a/backend/run.py b/backend/app.py similarity index 100% rename from backend/run.py rename to backend/app.py diff --git a/backend/env.sh b/backend/env.sh old mode 100644 new mode 100755 index cb9dfd3..601ce5a --- a/backend/env.sh +++ b/backend/env.sh @@ -1,4 +1,6 @@ export FLASK_APP=run.py +export FLASK_ENV=development +export FLASK_DEBUG=1 export PYTHONUNBUFFERED=1 export DATABASE_URL_1=postgresql://localhost:5433/users export DATABASE_URL_2=postgresql://localhost:5433/logs \ No newline at end of file