Let fedimg01.stg listen to the prod anitya bus.

This commit is contained in:
Ralph Bean 2014-12-07 00:48:57 +00:00
parent 9e9a51e85a
commit aa367677cc

View file

@ -20,6 +20,15 @@ More information about the service that created this bug can be found at:
"""
config = {
{% if env == 'staging' %}
# Establish a loop from prod anitya back into the staging hotness.
'endpoints': {
'anitya-public-relay': [
'tcp://release-monitoring.org:9940',
],
},
{% endif %}
'hotness.bugzilla.enabled': True,
'hotness.bugzilla': {