fix: Default to ErlangHosts cluster strategy for clustering in dev
This commit is contained in:
parent
6207e2de9c
commit
10255dde42
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ config :core, Legendary.CoreMailer, adapter: Bamboo.LocalAdapter
|
||||||
|
|
||||||
config :libcluster,
|
config :libcluster,
|
||||||
topologies: [
|
topologies: [
|
||||||
local_epmd: [
|
erlang_hosts: [
|
||||||
strategy: Elixir.Cluster.Strategy.LocalEpmd
|
strategy: Elixir.Cluster.Strategy.ErlangHosts,
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue