mdserver-web/web
Mr Chen 2a943efcd7 Update setting.py 2024-11-28 18:03:31 +08:00
..
admin update 2024-11-28 01:28:45 +08:00
core Update mw.py 2024-11-28 18:00:26 +08:00
misc
static update 2024-11-27 23:59:56 +08:00
templates
thisdb update 2024-11-27 23:59:56 +08:00
utils Update firewall.py 2024-11-28 01:07:00 +08:00
app.py update 2024-11-28 01:49:17 +08:00
branding.py
config.py update 2024-11-28 00:45:50 +08:00
readme.md
setting.py Update setting.py 2024-11-28 18:03:31 +08:00
version.py Update version.py 2024-11-28 01:21:14 +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