Show More
@@ -430,10 +430,11 b' def _sanitize_vcs_settings(settings):' | |||||
430 | """ |
|
430 | """ | |
431 | _string_setting(settings, 'vcs.svn.compatible_version', '') |
|
431 | _string_setting(settings, 'vcs.svn.compatible_version', '') | |
432 | _string_setting(settings, 'git_rev_filter', '--all') |
|
432 | _string_setting(settings, 'git_rev_filter', '--all') | |
433 |
_string_setting(settings, 'vcs.hooks.protocol', 'p |
|
433 | _string_setting(settings, 'vcs.hooks.protocol', 'http') | |
|
434 | _string_setting(settings, 'vcs.scm_app_implementation', 'http') | |||
434 | _string_setting(settings, 'vcs.server', '') |
|
435 | _string_setting(settings, 'vcs.server', '') | |
435 | _string_setting(settings, 'vcs.server.log_level', 'debug') |
|
436 | _string_setting(settings, 'vcs.server.log_level', 'debug') | |
436 |
_string_setting(settings, 'vcs.server.protocol', 'p |
|
437 | _string_setting(settings, 'vcs.server.protocol', 'http') | |
437 | _bool_setting(settings, 'startup.import_repos', 'false') |
|
438 | _bool_setting(settings, 'startup.import_repos', 'false') | |
438 | _bool_setting(settings, 'vcs.hooks.direct_calls', 'false') |
|
439 | _bool_setting(settings, 'vcs.hooks.direct_calls', 'false') | |
439 | _bool_setting(settings, 'vcs.server.enable', 'true') |
|
440 | _bool_setting(settings, 'vcs.server.enable', 'true') |
General Comments 0
You need to be logged in to leave comments.
Login now