configurable port plus support for SSL

This commit is contained in:
azivner
2017-08-14 21:05:01 -04:00
parent f80f073874
commit 3c924afbca
7 changed files with 41 additions and 8 deletions

6
run-debug.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
export FLASK_DEBUG=0
export FLASK_APP=src/app.py
flask run