From c3a8b01634a249ecccf74eff1f5b1786c65fc9b8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jul 08 2016 13:12:02 +0000 Subject: Add fedmsg test config. So that we can listen to testing stuff producing messages on fed-mod.org. --- diff --git a/fedmsg.d/fed-mod-config.py b/fedmsg.d/fed-mod-config.py new file mode 100644 index 0000000..87bfca9 --- /dev/null +++ b/fedmsg.d/fed-mod-config.py @@ -0,0 +1,9 @@ +config = { + 'endpoints': { + 'modularity-test-server': [ + # This assumes that we fedmsg-relay running with its relay_outbound + # endpoint set at port 4001 and that that port is opened in os1. + 'tcp://fed-mod.org:4001', + ], + }, +}