From 9b5133dcbb39114a7f7ab84e0313d4f7035df123 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 1 Feb 2023 10:25:20 -0700 Subject: Fuck it. Environment variable hack. --- config/prod.exs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'config/prod.exs') diff --git a/config/prod.exs b/config/prod.exs index 838a637..bb12243 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -10,20 +10,3 @@ config :chessh, RateLimits, max_concurrent_user_sessions: 5, player_session_message_burst_ms: 750, player_session_message_burst_rate: 8 - -config :libcluster, - topologies: [ - chessh: [ - strategy: Elixir.Cluster.Strategy.Gossip, - config: [ - port: 45892, - if_addr: "0.0.0.0", - multicast_if: "192.168.1.1", - multicast_addr: "233.252.255.255", - multicast_ttl: 1 - ] - ] - ] - -config :libcluster, - debug: true -- cgit v1.2.3-70-g09d2