aboutsummaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/dev.exs')
-rw-r--r--config/dev.exs9
1 files changed, 9 insertions, 0 deletions
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]