Update: Env SH Example

This commit is contained in:
Yûki VACHOT 2021-12-08 13:07:49 +01:00
parent 42887edad5
commit 22664e3f46
2 changed files with 2 additions and 0 deletions

2
backend/env.sh Normal file → Executable file
View file

@ -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