first commit
This commit is contained in:
7
public_web/.flaskenv
Normal file
7
public_web/.flaskenv
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user