From 320957ef68849ab1428626aa1b87477b4f6072ff Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 19 Oct 2016 10:22:49 -0400 Subject: [PATCH] Add the fedmsg-relay inbound endpoint, for Jenkins. --- fedmsg.d/rida.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fedmsg.d/rida.py b/fedmsg.d/rida.py index 96442743..c82f5bb9 100644 --- a/fedmsg.d/rida.py +++ b/fedmsg.d/rida.py @@ -6,6 +6,7 @@ config = { # passive endpoints. This placeholder value needs to be here for the tests # to pass in Jenkins, though. \o/ "endpoints": {}, + "relay_inbound": ["tcp://127.0.0.1:2003"], # Start of code signing configuration # 'sign_messages': True,