diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-02-01 10:25:20 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-02-01 10:25:20 -0700 |
commit | 9b5133dcbb39114a7f7ab84e0313d4f7035df123 (patch) | |
tree | a650bc9babf4654749b426b0e21474fdfc5b6b04 /config/prod.exs | |
parent | 0ad97a374a52cd1c7b8323fa82b53742c935f891 (diff) | |
download | chessh-9b5133dcbb39114a7f7ab84e0313d4f7035df123.tar.gz chessh-9b5133dcbb39114a7f7ab84e0313d4f7035df123.zip |
Fuck it. Environment variable hack.
Diffstat (limited to 'config/prod.exs')
-rw-r--r-- | config/prod.exs | 17 |
1 files changed, 0 insertions, 17 deletions
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 |