Add superuser panel config for team syncing

This commit is contained in:
Joseph Schorr 2017-02-24 13:20:29 -05:00
parent d7825c6720
commit 0b6c062e32
2 changed files with 26 additions and 3 deletions

View file

@ -76,3 +76,4 @@ def add_enterprise_config_defaults(config_obj, current_secret_key, hostname):
config_obj['PREFERRED_URL_SCHEME'] = config_obj.get('PREFERRED_URL_SCHEME', 'http')
config_obj['ENTERPRISE_LOGO_URL'] = config_obj.get(
'ENTERPRISE_LOGO_URL', '/static/img/quay-logo.png')
config_obj['TEAM_RESYNC_STALE_TIME'] = '60m'