koschei/frontend: Set URL for fedora-bootstrap theme
This commit is contained in:
parent
8f5cfba0f2
commit
280bb07c45
1 changed files with 3 additions and 9 deletions
|
@ -72,15 +72,9 @@ config = {
|
|||
"auth": {
|
||||
"user_re": "http://(.+)\\.id{{ env_prefix }}\\.fedoraproject\\.org/",
|
||||
},
|
||||
{% 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",
|
||||
{% endif %}
|
||||
"fedora_assets_url": "/global",
|
||||
"fedmenu_url": "/fedmenu",
|
||||
"fedmenu_data_url": "/js/data.js",
|
||||
},
|
||||
"openid": {
|
||||
"openid_provider": "{{ koschei_openid_provider }}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue