##// END OF EJS Templates
env: expose default base dir into env on app start
super-admin -
r5059:27d18f5d default
parent child Browse files
Show More
@@ -82,6 +82,7 b' def load_pyramid_environment(global_conf'
82 82 rhodecode.PYRAMID_SETTINGS = settings_merged
83 83 rhodecode.CONFIG = settings_merged
84 84 rhodecode.CONFIG['default_user_id'] = utils.get_default_user_id()
85 rhodecode.CONFIG['default_base_path'] = utils.get_default_base_path()
85 86
86 87 if vcs_server_enabled:
87 88 connect_vcs(vcs_server_uri, utils.get_vcs_server_protocol(settings))
General Comments 0
You need to be logged in to leave comments. Login now