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