summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs10
1 files changed, 9 insertions, 1 deletions
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")