fix: Move libcluster config from config.exs to dev.exs

This commit is contained in:
Robert Prehn 2021-05-18 17:25:52 -05:00
parent 850c764b7a
commit 1b7d4db65f
2 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -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