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 /lib/schema/repo.ex | |
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 'lib/schema/repo.ex')
-rw-r--r-- | lib/schema/repo.ex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/schema/repo.ex b/lib/schema/repo.ex deleted file mode 100644 index 27d81b9..0000000 --- a/lib/schema/repo.ex +++ /dev/null @@ -1,5 +0,0 @@ -defmodule Chessh.Repo do - use Ecto.Repo, - otp_app: :chessh, - adapter: Ecto.Adapters.Postgres -end |