2014-10-03 14:39:57 +00:00
|
|
|
config = dict(
|
|
|
|
endpoints={
|
|
|
|
# This is the output side of the relay to which all other
|
|
|
|
# services can listen.
|
|
|
|
"relay_outbound": [
|
|
|
|
# Messages emerge here
|
2014-10-03 15:03:14 +00:00
|
|
|
#"tcp://release-monitoring.org:9940",
|
|
|
|
"tcp://anitya-frontend01.fedoraproject.org:9940",
|
2014-10-03 14:39:57 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
# 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",
|
|
|
|
],
|
|
|
|
)
|