summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/config.exs b/config/config.exs
index 61bf72f..bafbdfe 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -1,11 +1,5 @@
import Config
-config :chessh, Chessh.Repo,
- database: "chessh",
- username: "postgres",
- password: "postgres",
- hostname: "localhost"
-
config :chessh, ecto_repos: [Chessh.Repo]
config :esshd,