From 9a6211af3f65b98e0452f571d7322c076e550d13 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Wed, 8 Dec 2021 12:57:51 +0100 Subject: [PATCH] Update: Env SH Example --- backend/env.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/env.sh diff --git a/backend/env.sh b/backend/env.sh new file mode 100644 index 0000000..1da4f1a --- /dev/null +++ b/backend/env.sh @@ -0,0 +1,3 @@ +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