diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-02-01 10:02:27 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-02-01 10:02:27 -0700 |
commit | 0ad97a374a52cd1c7b8323fa82b53742c935f891 (patch) | |
tree | a89bb2547ce8bdb15230da480db547bee099a84b /config/config.exs | |
parent | ce27bfc8717cfa5d0c95f258cfcb7441835c2d3e (diff) | |
download | chessh-0ad97a374a52cd1c7b8323fa82b53742c935f891.tar.gz chessh-0ad97a374a52cd1c7b8323fa82b53742c935f891.zip |
More config. This is getting tiresome
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/config.exs b/config/config.exs index a794bb7..c19937a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -23,12 +23,4 @@ config :chessh, Web, config :joken, default_signer: "secret" -config :libcluster, - topologies: [ - erlang_hosts_example: [ - strategy: Elixir.Cluster.Strategy.ErlangHosts, - config: [timeout: 30_000] - ] - ] - import_config "#{config_env()}.exs" |