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