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:
Ralph Bean
2016-10-29 16:20:38 -04:00
parent b35b7d9577
commit 77a01a3b33
2 changed files with 11 additions and 2 deletions

View File

@@ -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