From 9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 01:37:10 -0700 Subject: Initial commit! --- config/dev.exs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/dev.exs (limited to 'config/dev.exs') diff --git a/config/dev.exs b/config/dev.exs new file mode 100644 index 0000000..f71d02e --- /dev/null +++ b/config/dev.exs @@ -0,0 +1,9 @@ +import Config + +config :chessh, Chessh.Repo, + database: "chessh", + username: "postgres", + password: "postgres", + hostname: "localhost" + +config :chessh, ecto_repos: [Chessh.Repo] -- cgit v1.2.3-70-g09d2