mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Merge #98 Set fedmsg in active mode, just like we have in our dev environment.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
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,
|
||||
|
||||
# Since we're in active mode, we don't need to declare any of our own
|
||||
# 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,
|
||||
|
||||
Reference in New Issue
Block a user