mdserver-web/web
dami d42e28f713 Update site.py 2026-04-03 11:09:37 +08:00
..
admin Update init_cron.py 2026-02-25 12:35:44 +08:00
core update 2026-04-03 00:29:12 +08:00
misc Update obf_proxy.conf 2025-12-09 18:16:12 +08:00
static acme证书选择 2025-12-20 20:46:58 +08:00
templates
thisdb
utils Update site.py 2026-04-03 11:09:37 +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