diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs new file mode 100644 index 0000000..b46bc25 --- /dev/null +++ b/config/test.exs @@ -0,0 +1,9 @@ +import Config + +config :chessh, Chessh.Repo, + database: "chessh-test", + username: "postgres", + password: "postgres", + hostname: "localhost" + +config :chessh, ecto_repos: [Chessh.Repo] |