summaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/dev.exs')
-rw-r--r--config/dev.exs8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/dev.exs b/config/dev.exs
index f71d02e..becde76 100644
--- a/config/dev.exs
+++ b/config/dev.exs
@@ -1,9 +1 @@
import Config
-
-config :chessh, Chessh.Repo,
- database: "chessh",
- username: "postgres",
- password: "postgres",
- hostname: "localhost"
-
-config :chessh, ecto_repos: [Chessh.Repo]