From 0ad97a374a52cd1c7b8323fa82b53742c935f891 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 1 Feb 2023 10:02:27 -0700 Subject: More config. This is getting tiresome --- config/test.exs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config/test.exs') diff --git a/config/test.exs b/config/test.exs index ae8c230..83ee6f1 100644 --- a/config/test.exs +++ b/config/test.exs @@ -18,6 +18,14 @@ 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: 34_355, + ssh_port: 42_069, key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") -- cgit v1.2.3-70-g09d2