Files
Code_of_Conquest/public_web/.flaskenv
2025-11-24 23:10:55 -06:00

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