diff --git a/roles/fedocal/templates/fedocal.cfg b/roles/fedocal/templates/fedocal.cfg index 10ff201a36..81f094b70a 100644 --- a/roles/fedocal/templates/fedocal.cfg +++ b/roles/fedocal/templates/fedocal.cfg @@ -51,3 +51,13 @@ APP_URL = 'https://apps.fedoraproject.org/' + APPLICATION_ROOT SITE_ROOT = 'https://apps.fedoraproject.org' SITE_URL = '%s/calendar' % SITE_ROOT {% endif %} + +## URLs to fedmenu resources +{% if env == 'staging' %} +FEDMENU_URL = 'https://apps.stg.fedoraproject.org/fedmenu' +FEDMENU_DATA_URL = 'https://apps.stg.fedoraproject.org/js/data.js' +{% else %} +FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu' +FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js' +{% endif %} +