mdserver-web/web
Mr Chen 289f736160 Update setting.py 2024-11-13 14:25:22 +08:00
..
admin Update __init__.py 2024-11-12 22:56:40 +08:00
core update 2024-11-11 23:48:44 +08:00
static update 2024-11-11 23:48:44 +08:00
templates update 2024-11-11 23:48:44 +08:00
thisdb update 2024-11-11 23:48:44 +08:00
utils Update firewall.py 2024-11-12 22:40:15 +08:00
app.py Update app.py 2024-11-12 01:06:31 +08:00
branding.py
config.py
readme.md
setting.py Update setting.py 2024-11-13 14:25:22 +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