mdserver-web/web
Mr Chen accdb5834d up 2024-11-06 20:58:22 +08:00
..
admin up 2024-11-06 20:58:22 +08:00
core up 2024-11-06 20:58:22 +08:00
static up 2024-11-06 20:58:22 +08:00
templates update 2024-11-06 02:08:35 +08:00
thisdb up 2024-11-06 20:58:22 +08:00
utils up 2024-11-06 20:58:22 +08:00
app.py update 2024-11-02 02:47:47 +08:00
branding.py update 2024-10-25 02:24:38 +08:00
config.py update 2024-11-05 00:16:19 +08:00
readme.md
setting.py update 2024-11-02 02:19:58 +08:00
version.py update 2024-10-26 04:04:00 +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