2014-06-23 20:22:01 +00:00
|
|
|
{% if env == 'staging' %}
|
|
|
|
suffix = 'stg.phx2.fedoraproject.org'
|
|
|
|
{% else %}
|
|
|
|
suffix = 'phx2.fedoraproject.org'
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
config = dict(
|
|
|
|
endpoints={
|
2014-06-24 15:56:08 +00:00
|
|
|
"bugzilla.bugzilla2fedmsg01": [
|
2014-06-23 20:22:01 +00:00
|
|
|
"tcp://bugzilla2fedmsg01.%s:3000" % suffix,
|
2014-06-24 14:32:06 +00:00
|
|
|
"tcp://bugzilla2fedmsg01.%s:3001" % suffix,
|
2014-06-23 20:22:01 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
)
|