mdserver-web/web
dami 8a65158540 Update db.py 2026-07-20 15:21:46 +08:00
..
admin Update __init__.py 2026-06-29 00:51:14 +08:00
core Update db.py 2026-07-20 15:21:46 +08:00
misc Update nginx.conf 2026-04-04 00:18:19 +08:00
static Update crontab.js 2026-07-09 14:22:26 +08:00
templates Update site.html 2025-08-19 00:27:38 +08:00
thisdb Update sites.py 2025-08-19 00:10:40 +08:00
utils update 2026-07-20 13:41:03 +08:00
app.py
branding.py
config.py update 2025-07-17 17:37:57 +08:00
readme.md
setting.py Update setting.py 2026-06-08 17:56:08 +08:00
version.py Update version.py 2026-06-28 22:41:13 +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