mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-17 11:30:19 +08:00
Adjustments to the dev config.
This should make it easier to have a common configuration between local docker-compose environments and the config for the modularity.fic.org cloud node.
This commit is contained in:
@@ -15,11 +15,15 @@ config = {
|
||||
"tcp://stg.fedoraproject.org:9940",
|
||||
],
|
||||
"relay_outbound": [
|
||||
"tcp://fedmsg-relay:2001"
|
||||
"tcp://fedmsg-relay:2001",
|
||||
"tcp://127.0.0.1:4001",
|
||||
],
|
||||
},
|
||||
"relay_inbound": [
|
||||
"tcp://fedmsg-relay:2003"
|
||||
# Try this first. (docker-compose)
|
||||
"tcp://fedmsg-relay:2003",
|
||||
# If it fails, then failover to this (modularity.fic.o)
|
||||
"tcp://127.0.0.1:2003",
|
||||
],
|
||||
|
||||
# Start of code signing configuration
|
||||
|
||||
Reference in New Issue
Block a user