From 3cd0c523dd3caaa69ac6fc7539fbc46caa6c1005 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Wed, 16 Aug 2017 15:29:11 +0000 Subject: [PATCH] Add tcp://fedmsg-relay.ci.centos.org:9940 to fmn endpoints Signed-off-by: Jeremy Cline --- roles/notifs/backend/templates/fmn.consumer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 727c02d1fb..557a6e4e6d 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -43,6 +43,7 @@ config = { "endpoints": { "loopback-from-production": [ "tcp://hub.fedoraproject.org:9940", + "tcp://fedmsg-relay.ci.centos.org:9940", ], }, {% endif %}