This repository has been archived on 2022-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-02 15:23:23 +08:00

6 lines
109 B
Bash

FLASK_ENV=development
FLASK_DEBUG=False
FLASK_RUN_PORT=5000
FLASK_RUN_HOST=0.0.0.0
FLASK_APP=WebMain.py