diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 09:16:51 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 09:16:51 -0700 |
commit | ce27bfc8717cfa5d0c95f258cfcb7441835c2d3e (patch) | |
tree | e3468cd711b26d4dc82a8ebc7138e68cd5fc0838 /config/prod.exs | |
parent | 3b8d0c44587d25fc7b034dc48e4c8db9259da615 (diff) | |
download | chessh-ce27bfc8717cfa5d0c95f258cfcb7441835c2d3e.tar.gz chessh-ce27bfc8717cfa5d0c95f258cfcb7441835c2d3e.zip |
Increase multicast subnet for discovery
Diffstat (limited to 'config/prod.exs')
-rw-r--r-- | config/prod.exs | 6 |
1 files changed, 4 insertions, 2 deletions
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 |