##// END OF EJS Templates
fix(config): do not set the license import path to default value to not trigger import if this is not explicitly set via .ini file
super-admin -
r5539:7e1233e7 default
parent child Browse files
Show More
@@ -98,7 +98,7 b' def sanitize_settings_and_apply_defaults'
98 98
99 99 # License settings.
100 100 settings_maker.make_setting('license.hide_license_info', False, parser='bool')
101 settings_maker.make_setting('license.import_path', jn(ini_loc, 'rhodecode_enterprise.license'))
101 settings_maker.make_setting('license.import_path', '')
102 102 settings_maker.make_setting('license.import_path_mode', 'if-missing')
103 103
104 104 # statsd
General Comments 0
You need to be logged in to leave comments. Login now