diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-19 02:39:40 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-19 02:39:40 -0700 |
commit | b4743f9efb685545cdd780cc9ba7a50e083dd8cf (patch) | |
tree | a538467211886df38c79706769029e23c7aadb61 /config/dev.exs | |
parent | 9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 (diff) | |
download | chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.tar.gz chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.zip |
Get public key authenticator actually running, add password validator via hash
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 8 |
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] |