(pkgdb) add urls for fedmenu resources.
This commit is contained in:
parent
e360cd9fde
commit
4bd148fd61
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue