Skip to content
Permalink
fb06182d3f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
5 lines (5 sloc) 121 Bytes
FLASK_APP=web_app.py
FLASK_ENV=development
FLASK_RUN_HOST='0.0.0.0'
FLASK_RUN_PORT=3000
MYAPP_SETTINGS=configuration.cfg