diff --git a/config/prod.exs b/config/prod.exs index 6196da8..5c199a0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -19,9 +19,11 @@ config :libcluster, port: 45892, if_addr: "0.0.0.0", multicast_if: "192.168.1.1", - multicast_addr: "233.252.1.32", + multicast_addr: "233.252.255.255", multicast_ttl: 1, - secret: "chessh" ] ] ] + +config :libcluster, + debug: true