(pkgdb) add urls for fedmenu resources.

This commit is contained in:
Ralph Bean 2015-04-27 14:40:44 +00:00
parent e360cd9fde
commit 4bd148fd61

View file

@ -23,6 +23,15 @@ ADMIN_GROUP = ['cvsadmin']
ADMIN_GROUP = ['sysadmin-main', 'cvsadmin']
{% 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 %}
### The default backend for dogpile
### Options are listed at:
### http://dogpilecache.readthedocs.org/en/latest/api.html (backend section)