mdserver-web/web
dami 9781516552 Update plugin.py 2026-05-07 12:05:18 +08:00
..
admin Update site_default.py 2026-04-15 19:32:07 +08:00
core update 2026-04-12 11:49:35 +08:00
misc
static Update site.js 2026-04-04 00:26:07 +08:00
templates
thisdb
utils Update plugin.py 2026-05-07 12:05:18 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2026-04-08 22:58:17 +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