mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
updated bodhi url for blockerbugs.stg, enabled fedmenu for prod
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user