enabling fedmenu in blockerbugs stg

This commit is contained in:
Tim Flink 2015-08-19 18:54:00 +00:00
parent 4d72631446
commit d38c791654

View file

@ -24,3 +24,9 @@ PREFERRED_URL_SCHEME='https'
# Make browsers send session cookie only via HTTPS
SESSION_COOKIE_SECURE = True
# enable fedmenu
{% if env == "staging" %}
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/js/fedmenu.js'
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
{% endif %}