This commit is contained in:
Jerry Yan 2022-02-02 15:23:23 +08:00
parent 04fb6e956f
commit 9198413cd9
2 changed files with 5 additions and 1 deletions

5
.env Normal file
View File

@ -0,0 +1,5 @@
FLASK_ENV=development
FLASK_DEBUG=False
FLASK_RUN_PORT=5000
FLASK_RUN_HOST=0.0.0.0
FLASK_APP=WebMain.py

1
.gitignore vendored
View File

@ -84,7 +84,6 @@ celerybeat-schedule
*.sage.py *.sage.py
# Environments # Environments
.env
.venv .venv
env/ env/
venv/ venv/