set admin.stg for blockerbugs bodhi url in stg
This commit is contained in:
parent
207faba0fc
commit
f2494b0472
1 changed files with 2 additions and 0 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue