##// END OF EJS Templates
i18n: added dummy file wth translations to help extract JS messages from EE version....
i18n: added dummy file wth translations to help extract JS messages from EE version. - helps also to translate parts from unreachable code. Temp solution, but it works.

File last commit:

r1:854a839a default
r1144:976224e3 default
Show More
http-transition.rst
15 lines | 549 B | text/x-rst | RstLexer

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