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
This commit is contained in:
parent
4bc763e2d0
commit
3109df77fa
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def sanitize_settings_and_apply_defaults(global_config, settings):
|
|||
|
||||
# License settings.
|
||||
settings_maker.make_setting('license.hide_license_info', False, parser='bool')
|
||||
settings_maker.make_setting('license.import_path', jn(ini_loc, 'rhodecode_enterprise.license'))
|
||||
settings_maker.make_setting('license.import_path', '')
|
||||
settings_maker.make_setting('license.import_path_mode', 'if-missing')
|
||||
|
||||
# statsd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue