Update: Env SH Example
This commit is contained in:
parent
42887edad5
commit
22664e3f46
2 changed files with 2 additions and 0 deletions
2
backend/env.sh
Normal file → Executable file
2
backend/env.sh
Normal file → Executable file
|
|
@ -1,4 +1,6 @@
|
||||||
export FLASK_APP=run.py
|
export FLASK_APP=run.py
|
||||||
|
export FLASK_ENV=development
|
||||||
|
export FLASK_DEBUG=1
|
||||||
export PYTHONUNBUFFERED=1
|
export PYTHONUNBUFFERED=1
|
||||||
export DATABASE_URL_1=postgresql://localhost:5433/users
|
export DATABASE_URL_1=postgresql://localhost:5433/users
|
||||||
export DATABASE_URL_2=postgresql://localhost:5433/logs
|
export DATABASE_URL_2=postgresql://localhost:5433/logs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue