Show More
@@ -42,9 +42,9 b' def _sanitize_settings_and_apply_default' | |||||
42 | settings_maker.make_setting(config_keys.wrapper_cmd, '') |
|
42 | settings_maker.make_setting(config_keys.wrapper_cmd, '') | |
43 | settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '') |
|
43 | settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '') | |
44 |
|
44 | |||
45 |
settings_maker.make_setting(config_keys.ssh_hg_bin, ' |
|
45 | settings_maker.make_setting(config_keys.ssh_hg_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/hg') | |
46 |
settings_maker.make_setting(config_keys.ssh_git_bin, ' |
|
46 | settings_maker.make_setting(config_keys.ssh_git_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/git') | |
47 |
settings_maker.make_setting(config_keys.ssh_svn_bin, ' |
|
47 | settings_maker.make_setting(config_keys.ssh_svn_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/svnserve') | |
48 |
|
48 | |||
49 | settings_maker.env_expand() |
|
49 | settings_maker.env_expand() | |
50 |
|
50 |
General Comments 0
You need to be logged in to leave comments.
Login now