diff options
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 6 |
1 files changed, 6 insertions, 0 deletions
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" |