add .env
This commit is contained in:
parent
04fb6e956f
commit
9198413cd9
5
.env
Normal file
5
.env
Normal 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
1
.gitignore
vendored
@ -84,7 +84,6 @@ celerybeat-schedule
|
|||||||
*.sage.py
|
*.sage.py
|
||||||
|
|
||||||
# Environments
|
# Environments
|
||||||
.env
|
|
||||||
.venv
|
.venv
|
||||||
env/
|
env/
|
||||||
venv/
|
venv/
|
||||||
|
Reference in New Issue
Block a user