mdserver-web/web
Mr Chen c71a59cce1 Update init.py 2024-11-28 20:48:57 +08:00
..
admin Update __init__.py 2024-11-28 20:43:17 +08:00
core Update mw.py 2024-11-28 19:08:22 +08:00
misc update 2024-11-26 04:45:38 +08:00
static update 2024-11-27 23:59:56 +08:00
templates update 2024-11-27 02:47:23 +08:00
thisdb Update init.py 2024-11-28 20:48:57 +08:00
utils Update setting.py 2024-11-28 19:28:17 +08:00
app.py Update app.py 2024-11-28 18:47:24 +08:00
branding.py
config.py Update config.py 2024-11-28 18:20:11 +08:00
readme.md
setting.py Update setting.py 2024-11-28 20:16:58 +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