pzx-web-api/.apiflaskenv

6 lines
127 B
Plaintext
Raw Permalink Normal View History

2023-08-10 12:27:18 +08:00
FLASK_APP=starter:app
FLASK_RUN_HOST="127.0.0.1"
FLASK_RUN_PORT=5000
# production or development etc.
FLASK_DEBUG=production