diff --git a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 index 755f2fe60f..d462ecea74 100644 --- a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 +++ b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 @@ -8,8 +8,10 @@ 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/' {% else %} BUGZILLA_URL = 'https://bugzilla.redhat.com/' +BODHI_URL = 'https://admin.fedoraproject.org/updates/' {% endif %} BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi' KOJI_URL = "http://koji.fedoraproject.org/"