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