mdserver-web/web
Mr Chen dc17d67dc9 Update plugin.py 2024-11-29 03:32:10 +08:00
..
admin
core Update mw.py 2024-11-29 03:13:30 +08:00
misc
static
templates
thisdb Update tasks.py 2024-11-29 03:13:34 +08:00
utils Update plugin.py 2024-11-29 03:32:10 +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