From b4743f9efb685545cdd780cc9ba7a50e083dd8cf Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 02:39:40 -0700 Subject: Get public key authenticator actually running, add password validator via hash --- config/dev.exs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config/dev.exs') 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] -- cgit v1.3