some polishing
This commit is contained in:
5
run.example
Executable file
5
run.example
Executable 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
|
||||
Reference in New Issue
Block a user