From fe661a935ac887b11aec31ff049ace2db7ccbf84 Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 16:27:34 -0700 Subject: Add unsupported message for DSA keys, player and such --- config/dev.exs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/dev.exs') diff --git a/config/dev.exs b/config/dev.exs index becde76..88ee30b 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1 +1,7 @@ import Config + +config :chessh, Chessh.Repo, + database: "chessh", + username: "postgres", + password: "postgres", + hostname: "localhost" -- cgit v1.2.3-70-g09d2