some polishing

This commit is contained in:
ville rantanen
2018-11-11 11:43:18 +02:00
parent 9908e5795b
commit 3fc20ee43a
4 changed files with 24 additions and 7 deletions

5
run.example Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
export SESSION_COOKIE_NAME=mdshop
#export ENABLE_REGISTER=false
exec gunicorn -b 127.0.0.1:8000 -w 2 shop:app