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