Update global_bck_job/lib/global_bck_job/application.ex
This commit is contained in:
parent
a8ffb43ec8
commit
249e159ea1
@ -27,12 +27,12 @@ defmodule GlobalBackgroundJob.Application do
|
||||
strategy: Cluster.Strategy.Gossip,
|
||||
config: [
|
||||
# port: 45892,
|
||||
if_addr: "10.13.4.143",
|
||||
multicast_if: "10.13.4.143", #addr locale
|
||||
multicast_addr: "255.255.255.255",
|
||||
multicast_ttl: 1,
|
||||
secret: "secret",
|
||||
broadcast_only: true
|
||||
if_addr: "0.0.0.0",
|
||||
# multicast_if: "10.13.4.143", #addr locale
|
||||
# multicast_addr: "255.255.255.255",
|
||||
# multicast_ttl: 1,
|
||||
secret: "secret"
|
||||
# broadcast_only: true
|
||||
]
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user