mdserver-web/web
Mr Chen 76199a20a4 update 2024-10-19 21:44:12 +08:00
..
admin update 2024-10-19 21:44:12 +08:00
static
templates update 2024-10-19 21:44:12 +08:00
app.py
branding.py
readme.md cloudreve init 2024-10-15 00:29:57 +08:00
setting.py
version.py update 2024-10-19 21:27:24 +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