Merge remote-tracking branch 'github/master' into feat-abstract-db

This commit is contained in:
kaiyou
2018-09-27 17:06:21 +02:00
2 changed files with 4 additions and 7 deletions

View File

@@ -2,4 +2,4 @@
python manage.py advertise
python manage.py db upgrade
gunicorn -w 4 -b 0.0.0.0:80 -b [::]:80 --access-logfile - --error-logfile - --preload mailu:app
gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload mailu:app