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,
|
||||
topologies: [
|
||||
local_epmd: [
|
||||
strategy: Elixir.Cluster.Strategy.LocalEpmd
|
||||
erlang_hosts: [
|
||||
strategy: Elixir.Cluster.Strategy.ErlangHosts,
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue