mdserver-web/web
Mr Chen 77e65252fb Update file.py 2024-12-03 16:50:32 +08:00
..
admin update 2024-12-03 16:49:04 +08:00
core Update orm.py 2024-12-02 04:33:02 +08:00
misc
static Update public.js 2024-12-02 23:46:02 +08:00
templates
thisdb
utils Update file.py 2024-12-03 16:50:32 +08:00
app.py
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-02 22:16:05 +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