release tweak
This commit is contained in:
parent
5a6a782a03
commit
79fa7713ab
1 changed files with 5 additions and 5 deletions
|
|
@ -86,12 +86,12 @@ if config_env() == :prod do
|
||||||
config :libcluster,
|
config :libcluster,
|
||||||
topologies: [
|
topologies: [
|
||||||
dokku: [
|
dokku: [
|
||||||
strategy: Cluster.Strategy.Epmd,
|
strategy: Cluster.Strategy.Gossip,
|
||||||
config: [
|
config: [
|
||||||
hosts: [
|
port: 45892,
|
||||||
:"aprs@aprs.web.1",
|
if_addr: "0.0.0.0",
|
||||||
:"aprs@aprs.web.2"
|
multicast_addr: "230.1.1.1",
|
||||||
]
|
multicast_ttl: 1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue