mdserver-web/web
dami 960ca4deca Update file.py 2025-06-12 15:37:14 +08:00
..
admin Update __init__.py 2025-05-29 19:10:41 +08:00
core
misc
static
templates
thisdb
utils Update file.py 2025-06-12 15:37:14 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2025-06-12 13:17:44 +08:00
version.py

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