saint ciboire
This commit is contained in:
		| @@ -24,16 +24,10 @@ defmodule GlobalBackgroundJob.Application do | ||||
|   defp topologies do  | ||||
|   [ | ||||
|     background_job: [ | ||||
|       strategy: Cluster.Strategy.Gossip, | ||||
|       strategy: Cluster.Strategy.Epmd, | ||||
| 	config: [ | ||||
|   #  port: 45892, | ||||
|     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 | ||||
|   	] | ||||
|    		timeout: 30_000, | ||||
| hosts: [:"n1@192.168.1.1", :"n2@192.168.1.2"] | ||||
|  | ||||
|     ] | ||||
|   ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user