Add fedmenu integration settings to kerneltest
This commit is contained in:
parent
dccdd35d4a
commit
f1ad9dcc9b
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ SESSION_COOKIE_SECURE = True
|
||||||
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
|
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
|
||||||
{% endif %}
|
{% 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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue