mdserver-web/web
Mr Chen 2fe3ed5407 update 2024-11-05 02:28:06 +08:00
..
admin update 2024-11-05 01:26:45 +08:00
core update 2024-11-05 02:28:06 +08:00
static Update firewall.js 2024-11-05 01:42:09 +08:00
templates update 2024-11-03 03:06:40 +08:00
thisdb update 2024-11-05 02:28:06 +08:00
utils update 2024-11-05 01:26:45 +08:00
app.py update 2024-11-02 02:47:47 +08:00
branding.py
config.py update 2024-11-05 00:16:19 +08:00
readme.md
setting.py update 2024-11-02 02:19:58 +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