6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
FLASK_APP=starter:app
|
||
|
FLASK_RUN_HOST="127.0.0.1"
|
||
|
FLASK_RUN_PORT=5000
|
||
|
# production or development etc.
|
||
|
FLASK_DEBUG=production
|