Enable fedmenu for fedora-tagger.
This commit is contained in:
parent
65f49dd49f
commit
9c88b9f719
1 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,11 @@ RES_PREFIX = '/tagger/_res/'
|
||||||
|
|
||||||
### Unhappy mako
|
### Unhappy mako
|
||||||
MAKO_OUTPUT_ENCODING='utf-8'
|
MAKO_OUTPUT_ENCODING='utf-8'
|
||||||
|
|
||||||
|
{% if env == "staging" %}
|
||||||
|
FEDMENU_URL = 'https://apps.stg.fedoraproject.org/fedmenu/js/fedmenu.js'
|
||||||
|
FEDMENU_DATA_URL = 'https://apps.stg.fedoraproject.org/js/data.js'
|
||||||
|
{% else %}
|
||||||
|
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/js/fedmenu.js'
|
||||||
|
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue