mdserver-web/web
Mr Chen 9d08b7de34 Update mw.py 2024-12-14 18:35:26 +08:00
..
admin Update setting.py 2024-12-14 05:01:43 +08:00
core Update mw.py 2024-12-14 18:35:26 +08:00
misc
static Update public.js 2024-12-13 23:05:26 +08:00
templates
thisdb Update logs.py 2024-12-12 02:11:12 +08:00
utils Update file.py 2024-12-14 18:26:55 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py 0.18.0 2024-12-12 23:28:49 +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