##// END OF EJS Templates
tests: Use http backend in rhodecode test ini file.
Martin Bornhold -
r973:e02db59f default
parent child Browse files
Show More
@@ -577,18 +577,18 b' vcs.server = localhost:9901'
577 577 ## Available protocols are:
578 578 ## `pyro4` - using pyro4 server
579 579 ## `http` - using http-rpc backend
580 vcs.server.protocol = pyro4
580 vcs.server.protocol = http
581 581
582 582 ## Push/Pull operations protocol, available options are:
583 583 ## `pyro4` - using pyro4 server
584 584 ## `rhodecode.lib.middleware.utils.scm_app_http` - Http based, recommended
585 585 ## `vcsserver.scm_app` - internal app (EE only)
586 vcs.scm_app_implementation = pyro4
586 vcs.scm_app_implementation = http
587 587
588 588 ## Push/Pull operations hooks protocol, available options are:
589 589 ## `pyro4` - using pyro4 server
590 590 ## `http` - using http-rpc backend
591 vcs.hooks.protocol = pyro4
591 vcs.hooks.protocol = http
592 592
593 593 vcs.server.log_level = debug
594 594 ## Start VCSServer with this instance as a subprocess, usefull for development
General Comments 0
You need to be logged in to leave comments. Login now