summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-02-01 10:25:20 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-02-01 10:25:20 -0700
commit9b5133dcbb39114a7f7ab84e0313d4f7035df123 (patch)
treea650bc9babf4654749b426b0e21474fdfc5b6b04 /config/test.exs
parent0ad97a374a52cd1c7b8323fa82b53742c935f891 (diff)
downloadchessh-9b5133dcbb39114a7f7ab84e0313d4f7035df123.tar.gz
chessh-9b5133dcbb39114a7f7ab84e0313d4f7035df123.zip
Fuck it. Environment variable hack.
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs8
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")