4 lines
No EOL
160 B
Bash
4 lines
No EOL
160 B
Bash
export FLASK_APP=run.py
|
|
export PYTHONUNBUFFERED=1
|
|
export DATABASE_URL_1=postgresql://localhost:5433/users
|
|
export DATABASE_URL_2=postgresql://localhost:5433/logs |