diff --git a/config/dev.exs b/config/dev.exs index 6eb8bb00..0fa7ceb1 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -60,8 +60,8 @@ config :core, Legendary.CoreMailer, adapter: Bamboo.LocalAdapter config :libcluster, topologies: [ - local_epmd: [ - strategy: Elixir.Cluster.Strategy.LocalEpmd + erlang_hosts: [ + strategy: Elixir.Cluster.Strategy.ErlangHosts, ] ]