mdserver-web/web
Mr Chen 1ab7c21910 update 2024-11-24 21:50:08 +08:00
..
admin update 2024-11-24 21:50:08 +08:00
core Update mw.py 2024-11-24 05:36:53 +08:00
static Update firewall.js 2024-11-24 04:18:02 +08:00
templates
thisdb
utils update 2024-11-24 21:50:08 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2024-11-24 04:21:44 +08:00
version.py Update version.py 2024-11-24 04:19:22 +08:00

readme.md

  • 常用开发命令
gunicorn -b :7201 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
gunicorn -b :7201 -w 1 app:app
gunicorn -c setting.py app:app