updated bodhi url for blockerbugs.stg, enabled fedmenu for prod
This commit is contained in:
parent
d38c791654
commit
c6a0eaf83a
1 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@ FAS_FLASK_COOKIE_REQUIRES_HTTPS = False
|
|||
FAS_CHECK_CERT = False
|
||||
PRODUCTION = False
|
||||
BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
|
||||
BODHI_URL = 'https://admin.stg.fedoraproject.org/updates/'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
{% else %}
|
||||
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
|
||||
BODHI_URL = 'https://admin.fedoraproject.org/updates/'
|
||||
|
@ -26,7 +26,5 @@ PREFERRED_URL_SCHEME='https'
|
|||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
# enable fedmenu
|
||||
{% if env == "staging" %}
|
||||
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/js/fedmenu.js'
|
||||
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
|
||||
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue