Merge pull request #122 from coreos-inc/lafix
Fix default log archive location for ER
This commit is contained in:
commit
683d5080d8
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ def add_enterprise_config_defaults(config_obj, current_secret_key, hostname):
|
|||
config_obj['USERFILES_LOCATION'] = 'local'
|
||||
config_obj['USERFILES_PATH'] = 'userfiles/'
|
||||
|
||||
config_obj['LOG_ARCHIVE_LOCATION'] = 'local'
|
||||
|
||||
if not 'SERVER_HOSTNAME' in config_obj:
|
||||
config_obj['SERVER_HOSTNAME'] = hostname
|
||||
|
||||
|
|
Reference in a new issue