mdserver-web/web
Mr Chen e3606a1ca4 Update __init__.py 2024-12-05 06:07:05 +08:00
..
admin Update __init__.py 2024-12-05 06:07:05 +08:00
core
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 up 2024-12-05 05:38:11 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py up 2024-12-05 05:45:06 +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