Update global_bck_job/lib/global_bck_job/application.ex

This commit is contained in:
Marc-Éric Martel 2023-10-26 13:06:49 -04:00
parent a8ffb43ec8
commit 249e159ea1

View File

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