mdserver-web/web
dami 3dad8258df Update setting.py 2026-04-08 22:58:17 +08:00
..
admin Update __init__.py 2026-04-07 23:27:43 +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-05 11:51:16 +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

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