8 lines
157 B
Bash
8 lines
157 B
Bash
# Flask CLI Configuration
|
|
# This file configures the 'flask run' command
|
|
|
|
FLASK_APP=wsgi.py
|
|
FLASK_ENV=development
|
|
FLASK_RUN_HOST=0.0.0.0
|
|
FLASK_RUN_PORT=8000
|