6 lines
No EOL
210 B
Bash
Executable file
6 lines
No EOL
210 B
Bash
Executable file
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 |