From e0a21ed16c3b7f12a235042631ee30edc8ac51ee Mon Sep 17 00:00:00 2001 From: farhaanbukhsh Date: Jul 26 2016 07:41:45 +0000 Subject: Add the config file to initialize the consumer When `fedmsg-hubs` is called it looks for an endpoint in `fedmsg.d/` this file tells `fedmsg-hubs` to listen to which consumer and if the consumer is activate. --- diff --git a/fedmsg.d/pagure_ci.py b/fedmsg.d/pagure_ci.py new file mode 100644 index 0000000..9ac9413 --- /dev/null +++ b/fedmsg.d/pagure_ci.py @@ -0,0 +1,3 @@ +config = { + 'integrator.enabled': True, +}