mdserver-web/web
dami 7ef3971fe1 Update file.py 2025-11-23 17:41:30 +08:00
..
admin Update init_cron.py 2025-11-13 02:26:40 +08:00
core Update mw.py 2025-11-03 17:57:15 +08:00
misc
static update 2025-11-23 11:57:54 +08:00
templates
thisdb
utils Update file.py 2025-11-23 17:41:30 +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