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 --- lib/chessh/schema/repo.ex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/chessh/schema/repo.ex (limited to 'lib/chessh/schema/repo.ex') diff --git a/lib/chessh/schema/repo.ex b/lib/chessh/schema/repo.ex new file mode 100644 index 0000000..27d81b9 --- /dev/null +++ b/lib/chessh/schema/repo.ex @@ -0,0 +1,5 @@ +defmodule Chessh.Repo do + use Ecto.Repo, + otp_app: :chessh, + adapter: Ecto.Adapters.Postgres +end -- cgit v1.2.3-70-g09d2