From c6e38a8d492f796f6994e1a59542f8fa2f725a59 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 20 Mar 2020 16:49:36 -0500 Subject: [PATCH] remove old config --- config/config.exs | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/config/config.exs b/config/config.exs index 7a4a5ae..d2d855e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,24 +1 @@ use Mix.Config - -config :wampex, Wampex.Router.Authentication.Repo, - database: "authentication", - hostname: "localhost", - port: 26_257, - username: "root" - -config :cluster_kv, - topologies: [ - kv: [ - strategy: Cluster.Strategy.Epmd, - config: [ - hosts: [] - ], - connect: {:net_kernel, :connect_node, []}, - disconnect: {:erlang, :disconnect_node, []}, - list_nodes: {:erlang, :nodes, [:connected]} - ] - ] - -config :wampex, - ecto_repos: [Wampex.Router.Authentication.Repo], - keylen: 32 -- 2.45.3