summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs9
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]