License change to GPLv3

This commit is contained in:
pycook
2019-11-25 19:42:37 +08:00
parent 2f3b5a03ee
commit 92cb9633b0
7 changed files with 226 additions and 25 deletions

2
.env
View File

@@ -2,6 +2,6 @@
FLASK_APP=autoapp.py
FLASK_DEBUG=1
FLASK_ENV=development
GUNICORN_WORKERS=1
GUNICORN_WORKERS=2
LOG_LEVEL=debug
SECRET_KEY='YourSecretKey'