mdserver-web/web
dami 279231c08c update 2025-07-12 20:12:17 +08:00
..
admin update 2025-07-12 17:43:45 +08:00
core update 2025-07-12 20:12:17 +08:00
misc
static update 2025-07-12 17:43:45 +08:00
templates update 2025-07-12 17:43:45 +08:00
thisdb up 2025-07-12 16:42:10 +08:00
utils Update crontab.py 2025-07-12 19:54:24 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2025-06-12 13:17:44 +08:00
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