List the external proxy in fedmsg's relay_inbound.

This commit is contained in:
Ralph Bean 2013-11-08 15:19:57 +00:00
parent f390c09c3f
commit bd75546240

View file

@ -35,5 +35,8 @@ config = dict(
# Scripts from outside connect here (coprs, secondary arch composes)
"tcp://busgateway01.%s:9941" % suffix,
# ...but they have to go through our external proxy first..
"tcp://hub.fedoraproject.org:9941",
],
)