From 1b7d4db65f4c1f7543b4e32c2504d4704b7a5347 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Tue, 18 May 2021 17:25:52 -0500 Subject: [PATCH] fix: Move libcluster config from config.exs to dev.exs --- config/config.exs | 7 ------- config/dev.exs | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/config.exs b/config/config.exs index 22bf699f..5c477cc7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -73,13 +73,6 @@ config :app, crontab: [ ] -config :libcluster, - topologies: [ - local_epmd: [ - strategy: Elixir.Cluster.Strategy.LocalEpmd - ] - ] - import_config "email_styles.exs" import_config "admin.exs" diff --git a/config/dev.exs b/config/dev.exs index 31f63c4d..6eb8bb00 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -58,6 +58,13 @@ end) config :core, Legendary.CoreMailer, adapter: Bamboo.LocalAdapter +config :libcluster, + topologies: [ + local_epmd: [ + strategy: Elixir.Cluster.Strategy.LocalEpmd + ] + ] + # ## SSL Support # # In order to use HTTPS in development, a self-signed