6 lines
123 B
Bash
Executable File
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
|