Show More
@@ -576,7 +576,6 b' def _sanitize_vcs_settings(settings):' | |||
|
576 | 576 | _string_setting(settings, 'vcs.hooks.host', '127.0.0.1') |
|
577 | 577 | _string_setting(settings, 'vcs.scm_app_implementation', 'http') |
|
578 | 578 | _string_setting(settings, 'vcs.server', '') |
|
579 | _string_setting(settings, 'vcs.server.log_level', 'debug') | |
|
580 | 579 | _string_setting(settings, 'vcs.server.protocol', 'http') |
|
581 | 580 | _bool_setting(settings, 'startup.import_repos', 'false') |
|
582 | 581 | _bool_setting(settings, 'vcs.hooks.direct_calls', 'false') |
General Comments 0
You need to be logged in to leave comments.
Login now