mdserver-web/web
Mr Chen a14c4b566e update 2024-12-09 00:05:34 +08:00
..
admin update 2024-12-09 00:05:34 +08:00
core update 2024-12-04 00:34:49 +08:00
misc Update mw_api.py 2024-12-04 01:26:36 +08:00
static up 2024-12-05 05:45:06 +08:00
templates up 2024-12-05 05:45:06 +08:00
thisdb update 2024-12-05 05:22:16 +08:00
utils update 2024-12-09 00:05:34 +08:00
app.py Update app.py 2024-11-28 18:47:24 +08:00
branding.py
config.py
readme.md
setting.py Update setting.py 2024-11-30 23:02:08 +08:00
version.py Update version.py 2024-12-06 04:17:29 +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