Various small fixes in prep for QE release

This commit is contained in:
Joseph Schorr 2016-05-04 15:20:27 -04:00
parent f55fd2049f
commit 73fa593d02
5 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,3 @@
import yaml
from random import SystemRandom
def generate_secret_key():
@ -71,4 +69,4 @@ def add_enterprise_config_defaults(config_obj, current_secret_key, hostname):
# Misc configuration.
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/QuayEnterprise_horizontal_color.svg')
'ENTERPRISE_LOGO_URL', '/static/img/quay-logo.png')