feat(upgrade): added feature to bulk upgrade hooks from 4.X -> 5.X fixes RCCE-34

This commit is contained in:
RhodeCode Admin 2024-01-29 12:15:15 +01:00
parent 174ccfff79
commit 719ae001e0
7 changed files with 14 additions and 10 deletions

View file

@ -145,7 +145,7 @@ dev-srv:
.PHONY: dev-srv-g
## run gunicorn multi process workers
dev-srv-g:
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py --timeout=120
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py --timeout=120 --reload
# Default command on calling make