mdserver-web/web
dami cac468f454 Update plugin.py 2026-06-22 16:33:54 +08:00
..
admin Update site_default.py 2026-04-15 19:32:07 +08:00
core Update mw.py 2026-06-21 10:18:48 +08:00
misc Update nginx.conf 2026-04-04 00:18:19 +08:00
static up 2026-06-20 18:25:40 +08:00
templates
thisdb
utils Update plugin.py 2026-06-22 16:33:54 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2026-06-08 17:56:08 +08:00
version.py update 2026-04-15 19:53: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