##// END OF EJS Templates
Added tag v4.6.1 for changeset 5ad13deb9118
Added tag v4.6.1 for changeset 5ad13deb9118

File last commit:

r1:854a839a default
r1439:126f13a6 stable
Show More
http-transition.rst
15 lines | 549 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _vcs-http:
========================================
Transition to HTTP based communication
========================================
We are in the process of replacing the Pyro4 based communication with an HTTP
based implementation. Currently both backends are supported and can be
activated via various settings in the configuration.
To run the system in full HTTP based mode, use the following settings::
vcs.hooks.protocol = http
vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
vcs.server.protocol = http