mdserver-web/web
Mr Chen 6ee1a8dc52 Update mw.py 2025-01-04 12:41:57 +08:00
..
admin update 2025-01-04 00:26:31 +08:00
core Update mw.py 2025-01-04 12:41:57 +08:00
misc
static update 2025-01-04 00:26:31 +08:00
templates Update firewall.html 2024-12-24 22:27:10 +08:00
thisdb Update user.py 2024-12-26 19:54:37 +08:00
utils Update site.py 2024-12-25 16:02:41 +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