mdserver-web/web
dami f97dd9747f Update __init__.py 2026-04-04 22:25:03 +08:00
..
admin Update __init__.py 2026-04-04 22:25:03 +08:00
core Update mw.py 2026-04-04 10:38:24 +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 site.py 2026-04-04 00:42:07 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py

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