Add fedmenu integration settings to kerneltest

This commit is contained in:
Pierre-Yves Chibon 2016-03-05 09:44:25 +01:00
parent dccdd35d4a
commit f1ad9dcc9b

View file

@ -39,3 +39,7 @@ SESSION_COOKIE_SECURE = True
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
{% endif %}
# URL to where are located the fedmenu js files
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
# URL to where is the data to load/show in fedmenu
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'