set admin.stg for blockerbugs bodhi url in stg

This commit is contained in:
Tim Flink 2015-01-22 19:37:29 +00:00
parent 207faba0fc
commit f2494b0472

View file

@ -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/"