feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61
This commit is contained in:
parent
51a688c0c0
commit
7e2e69d2ba
27 changed files with 63 additions and 157 deletions
|
|
@ -81,7 +81,6 @@ def load_pyramid_environment(global_config, settings):
|
|||
rhodecode.PYRAMID_SETTINGS = settings_merged
|
||||
rhodecode.CONFIG = settings_merged
|
||||
rhodecode.CONFIG['default_user_id'] = utils.get_default_user_id()
|
||||
rhodecode.CONFIG['default_base_path'] = utils.get_default_base_path()
|
||||
|
||||
if vcs_server_enabled:
|
||||
connect_vcs(vcs_server_uri, utils.get_vcs_server_protocol(settings))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue