]> Entropealabs - wampex.git/commitdiff
remove old configs router-implementation
authorChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 21:48:45 +0000 (16:48 -0500)
committerChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 21:48:45 +0000 (16:48 -0500)
config/config.exs

index 7a4a5aef36061286cb7a59da6ae3d78db2b6174a..d2d855e6d032fe60873bb1a15b885e624bb3a33a 100644 (file)
@@ -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