diff options
author | Ralph Bean <rbean@redhat.com> | 2015-04-24 19:38:31 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-04-24 19:38:31 +0000 |
commit | ddf2abec91c014bb00d7071fb05829e6303647f5 (patch) | |
tree | 439fd637e803a7440b7677c3407bba19527bf8d7 | |
parent | 6cad2099068e309a617ed95da954f4048c737650 (diff) | |
download | ansible-ddf2abec91c014bb00d7071fb05829e6303647f5.tar.gz ansible-ddf2abec91c014bb00d7071fb05829e6303647f5.tar.xz ansible-ddf2abec91c014bb00d7071fb05829e6303647f5.zip |
Declare fedmenu urls for fedora badges.
-rw-r--r-- | roles/badges/frontend/templates/tahrir.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/badges/frontend/templates/tahrir.ini b/roles/badges/frontend/templates/tahrir.ini index 1d8ae6d96..6c41a277c 100644 --- a/roles/badges/frontend/templates/tahrir.ini +++ b/roles/badges/frontend/templates/tahrir.ini @@ -47,6 +47,8 @@ tahrir.openid_identifier = http://id.stg.fedoraproject.org/ tahrir.trusted_openid = ^http(s)?:\/\/([a-zA-Z0-9]+\.)?id\.stg\.fedoraproject\.org\/?$ tahrir.openid_realm = https://badges.stg.fedoraproject.org tahrir.websocket.topic = org.fedoraproject.stg.fedbadges.badge.award +fedmenu.url = https://apps.stg.fedoraproject.org/fedmenu +fedmenu.data_url = https://apps.stg.fedoraproject.org/js/data.js {% else %} tahrir.title = Fedora Badges tahrir.base_url = https://badges.fedoraproject.org @@ -54,6 +56,8 @@ tahrir.openid_identifier = http://id.fedoraproject.org/ tahrir.trusted_openid = ^http(s)?:\/\/([a-zA-Z0-9]+\.)?id\.fedoraproject\.org(/)?$ tahrir.openid_realm = https://badges.fedoraproject.org tahrir.websocket.topic = org.fedoraproject.prod.fedbadges.badge.award +fedmenu.url = https://apps.fedoraproject.org/fedmenu +fedmenu.data_url = https://apps.fedoraproject.org/js/data.js {% endif %} tahrir.secure_cookies = True tahrir.httponly_cookies = True |