Files
mdshop/run.example
ville rantanen 3fc20ee43a some polishing
2018-11-11 11:43:18 +02:00

6 lines
123 B
Bash
Executable File

#!/bin/bash
export SESSION_COOKIE_NAME=mdshop
#export ENABLE_REGISTER=false
exec gunicorn -b 127.0.0.1:8000 -w 2 shop:app