ansible/roles/anitya/fedmsg/templates/relay.py.j2
2014-10-03 15:03:14 +00:00

17 lines
528 B
Django/Jinja

config = dict(
endpoints={
# This is the output side of the relay to which all other
# services can listen.
"relay_outbound": [
# Messages emerge here
#"tcp://release-monitoring.org:9940",
"tcp://anitya-frontend01.fedoraproject.org:9940",
],
},
# wsgi scripts on the frontend talk back here
# so do cronjobs on anitya-backend01. they get a firewall rule.
relay_inbound=[
"tcp://anitya-frontend01.fedoraproject.org:9941",
],
)