diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 6 |
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, |