mdserver-web/web
Mr Chen 5bcc81c00a
Merge branch 'dev' into patch-3
2025-09-17 02:26:08 +08:00
..
admin update 2025-09-10 21:25:41 +08:00
core update 2025-09-11 17:10:08 +08:00
misc
static Update files.js 2025-09-14 15:06:37 +08:00
templates Update site.html 2025-08-19 00:27:38 +08:00
thisdb Update sites.py 2025-08-19 00:10:40 +08:00
utils Merge branch 'dev' into patch-3 2025-09-17 02:26:08 +08:00
app.py
branding.py
config.py update 2025-07-17 17:37:57 +08:00
readme.md
setting.py
version.py 0.18.4 2025-08-19 19:47:20 +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