Set fedmsg in active mode, just like we have in our dev environment.

This commit is contained in:
Ralph Bean
2016-10-18 13:32:21 -04:00
parent c84f96c0ca
commit 1b53951dfe

View File

@@ -1,13 +1,6 @@
import socket
hostname = socket.gethostname().split('.')[0]
config = {
# Just enough fedmsg config to start publishing...
"endpoints": {
"rida.%s" % hostname: [
"tcp://127.0.0.1:300%i" % i for i in range(10)
],
},
# Talk to the relay, so things also make it to composer.stg in our dev env
"active": True,
# Start of code signing configuration
# 'sign_messages': True,