From 42887edad5182b7c897bfe510b83692941f10607 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Wed, 8 Dec 2021 13:01:29 +0100 Subject: [PATCH] Update: Env SH Example --- backend/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/env.sh b/backend/env.sh index 1da4f1a..cb9dfd3 100644 --- a/backend/env.sh +++ b/backend/env.sh @@ -1,3 +1,4 @@ +export FLASK_APP=run.py 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