mdserver-web/web
Mr Chen 3b857833a7 update 2024-11-24 05:18:34 +08:00
..
admin update 2024-11-24 04:51:29 +08:00
core update 2024-11-24 05:18:34 +08:00
static Update firewall.js 2024-11-24 04:18:02 +08:00
templates update 2024-11-11 23:48:44 +08:00
thisdb up 2024-11-22 21:47:33 +08:00
utils Update crontab.py 2024-11-24 04:57:24 +08:00
app.py update 2024-11-24 03:49:53 +08:00
branding.py
config.py update 2024-11-13 19:28:56 +08:00
readme.md
setting.py Update setting.py 2024-11-24 04:21:44 +08:00
version.py Update version.py 2024-11-24 04:19:22 +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