4 lines
81 B
Bash
4 lines
81 B
Bash
FLASK_ENV=development
|
|
FLASK_RUN_HOST=0.0.0.0
|
|
FLASK_APP='applications:create_app'
|