mdserver-web/web
dami 6ddef9ffda Update setting.py 2026-06-08 17:56:08 +08:00
..
admin Update site_default.py 2026-04-15 19:32:07 +08:00
core update 2026-05-09 14:26:41 +08:00
misc Update nginx.conf 2026-04-04 00:18:19 +08:00
static Update site.js 2026-04-04 00:26:07 +08:00
templates
thisdb
utils Update plugin.py 2026-06-05 11:47:25 +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