diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/test.exs b/config/test.exs index 83ee6f1..a4fd692 100644 --- a/config/test.exs +++ b/config/test.exs @@ -18,14 +18,6 @@ config :hammer, redis: {Hammer.Backend.ETS, [expiry_ms: 60_000 * 60 * 4, cleanup_interval_ms: 60_000 * 10]} ] -config :libcluster, - topologies: [ - chessh_test: [ - strategy: Elixir.Cluster.Strategy.Epmd - ] - ] - - config :chessh, ssh_port: 42_069, key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") |