fix: Move libcluster config from config.exs to dev.exs
This commit is contained in:
parent
850c764b7a
commit
1b7d4db65f
2 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue