mdserver-web/web
dami d73fe4b29c Update __init__.py 2026-06-29 00:51:14 +08:00
..
admin Update __init__.py 2026-06-29 00:51:14 +08:00
core Update mw.py 2026-06-28 22:34:51 +08:00
misc
static Update site.js 2026-06-28 22:40:26 +08:00
templates
thisdb
utils Update site.py 2026-06-28 23:10:34 +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 version.py 2026-06-28 22:41:13 +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