mdserver-web/web
Mr Chen 7e3c36cd27 Update version.py 2024-12-17 22:25:48 +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-17 21:42:55 +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 Update version.py 2024-12-17 22:25:48 +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