diff --git a/rhodecode/tests/rhodecode.ini b/rhodecode/tests/rhodecode.ini --- a/rhodecode/tests/rhodecode.ini +++ b/rhodecode/tests/rhodecode.ini @@ -476,14 +476,14 @@ search.location = %(here)s/data/index channelstream.enabled = false ; server address for channelstream server on the backend -channelstream.server = 127.0.0.1:9800 +channelstream.server = channelstream:9800 ; location of the channelstream server from outside world ; use ws:// for http or wss:// for https. This address needs to be handled ; by external HTTP server such as Nginx or Apache ; see Nginx/Apache configuration examples in our docs channelstream.ws_url = ws://rhodecode.yourserver.com/_channelstream -channelstream.secret = secret +channelstream.secret = ENV_GENERATED channelstream.history.location = %(here)s/channelstream_history ; Internal application path that Javascript uses to connect into. @@ -543,6 +543,7 @@ vcs.scm_app_implementation = http ; Push/Pull operations hooks protocol, available options are: ; `http` - use http-rpc backend (default) +; `celery` - use celery based hooks vcs.hooks.protocol = http ; Host on which this instance is listening for hooks. vcsserver will call this host to pull/push hooks so it should be @@ -629,7 +630,8 @@ ssh.authorized_keys_file_path = %(here)s ; Command to execute the SSH wrapper. The binary is available in the ; RhodeCode installation directory. -; e.g /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper +; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper +; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2 ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper ; Allow shell when executing the ssh-wrapper command