(koschei) use different fedmenu urls for stg and prod.
This commit is contained in:
parent
0446b1bc96
commit
7597a43ea7
1 changed files with 6 additions and 3 deletions
|
@ -70,12 +70,15 @@ config = {
|
|||
"modname": "koschei",
|
||||
},
|
||||
"frontend": {
|
||||
{% if env == 'staging' %}
|
||||
# Staging copies for fedmenu
|
||||
"fedmenu_url": "https://apps.stg.fedoraproject.org/fedmenu",
|
||||
"fedmenu_data_url": "https://apps.stg.fedoraproject.org/js/data.js",
|
||||
{% else %}
|
||||
# Production copies for fedmenu
|
||||
"fedmenu_url": "https://apps.fedoraproject.org/fedmenu",
|
||||
"fedmenu_data_url": "https://apps.fedoraproject.org/js/data.js",
|
||||
# Development copies for fedmenu
|
||||
#"fedmenu_url": "http://threebean.org/fedmenu",
|
||||
#"fedmenu_data_url": "http://threebean.org/fedmenu/dev-data.js",
|
||||
{% endif %}
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue