Also, this port.

This commit is contained in:
Ralph Bean 2014-07-16 23:10:59 +00:00
parent 3954235b9b
commit f01107d0bf
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ num_cpus: 2
tcp_ports: [
3999, # The fedmsg-relay republishes here. Listeners need to connect.
9941, # The fedmsg-relay listens here. Ephemeral producers connect.
9940, # The fedmsg-gateway republishes here. Proxies need to connect.
]

View file

@ -9,6 +9,7 @@ num_cpus: 1
tcp_ports: [
3999, # The fedmsg-relay republishes here. Listeners need to connect.
9941, # The fedmsg-relay listens here. Ephemeral producers connect.
9940, # The fedmsg-gateway republishes here. Proxies need to connect.
]