mdserver-web/web
Mr Chen d5678d3f34 Update firewall.py 2024-11-25 03:08:33 +08:00
..
admin update 2024-11-25 01:33:59 +08:00
core Update mw.py 2024-11-25 01:37:38 +08:00
static Update site.js 2024-11-25 02:04:47 +08:00
templates
thisdb up 2024-11-22 21:47:33 +08:00
utils Update firewall.py 2024-11-25 03:08:33 +08:00
app.py update 2024-11-24 03:49:53 +08:00
branding.py
config.py
readme.md
setting.py update 2024-11-25 02:40:09 +08:00
version.py update 2024-11-25 01:59: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