mdserver-web/web
dami 2d10a3a69e Update ssh_local.py 2025-05-24 01:05:41 +08:00
..
admin
core Update mw.py 2025-05-19 02:40:33 +08:00
misc
static Update public.js 2025-05-16 19:06:48 +08:00
templates
thisdb
utils Update ssh_local.py 2025-05-24 01:05:41 +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