mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
Adjust fedmsg config to work in our docker-compose environment.
This commit is contained in:
@@ -1,12 +1,26 @@
|
||||
config = {
|
||||
# Just for dev.
|
||||
"validate_signatures": False,
|
||||
|
||||
# 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"],
|
||||
"endpoints": {
|
||||
"fedora-infrastructure": [
|
||||
# Just listen to staging for now, not to production (spam!)
|
||||
#"tcp://hub.fedoraproject.org:9940",
|
||||
"tcp://stg.fedoraproject.org:9940",
|
||||
],
|
||||
"relay_outbound": [
|
||||
"tcp://fedmsg-relay:2001"
|
||||
],
|
||||
},
|
||||
"relay_inbound": [
|
||||
"tcp://fedmsg-relay:2003"
|
||||
],
|
||||
|
||||
# Start of code signing configuration
|
||||
# 'sign_messages': True,
|
||||
|
||||
Reference in New Issue
Block a user