##// 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 ## Available protocols are:
577 ## Available protocols are:
578 ## `pyro4` - using pyro4 server
578 ## `pyro4` - using pyro4 server
579 ## `http` - using http-rpc backend
579 ## `http` - using http-rpc backend
580 vcs.server.protocol = pyro4
580 vcs.server.protocol = http
581
581
582 ## Push/Pull operations protocol, available options are:
582 ## Push/Pull operations protocol, available options are:
583 ## `pyro4` - using pyro4 server
583 ## `pyro4` - using pyro4 server
584 ## `rhodecode.lib.middleware.utils.scm_app_http` - Http based, recommended
584 ## `rhodecode.lib.middleware.utils.scm_app_http` - Http based, recommended
585 ## `vcsserver.scm_app` - internal app (EE only)
585 ## `vcsserver.scm_app` - internal app (EE only)
586 vcs.scm_app_implementation = pyro4
586 vcs.scm_app_implementation = http
587
587
588 ## Push/Pull operations hooks protocol, available options are:
588 ## Push/Pull operations hooks protocol, available options are:
589 ## `pyro4` - using pyro4 server
589 ## `pyro4` - using pyro4 server
590 ## `http` - using http-rpc backend
590 ## `http` - using http-rpc backend
591 vcs.hooks.protocol = pyro4
591 vcs.hooks.protocol = http
592
592
593 vcs.server.log_level = debug
593 vcs.server.log_level = debug
594 ## Start VCSServer with this instance as a subprocess, usefull for development
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