updated bodhi url for blockerbugs.stg, enabled fedmenu for prod

This commit is contained in:
Tim Flink 2015-08-19 19:01:55 +00:00
parent d38c791654
commit c6a0eaf83a

View file

@ -8,7 +8,7 @@ FAS_FLASK_COOKIE_REQUIRES_HTTPS = False
FAS_CHECK_CERT = False
PRODUCTION = False
BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
BODHI_URL = 'https://admin.stg.fedoraproject.org/updates/'
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
{% else %}
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
BODHI_URL = 'https://admin.fedoraproject.org/updates/'
@ -26,7 +26,5 @@ PREFERRED_URL_SCHEME='https'
SESSION_COOKIE_SECURE = True
# enable fedmenu
{% if env == "staging" %}
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/js/fedmenu.js'
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
{% endif %}