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