From 305e9a706fd5e2af63c52f7b1a1eae88e9bc1a2d Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Thu, 28 Nov 2013 18:19:35 +0100 Subject: [PATCH] Use localhost in development mode. --- config/database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml b/config/database.yml index 27d6ca0a..26b09327 100644 --- a/config/database.yml +++ b/config/database.yml @@ -7,6 +7,7 @@ defaults: &defaults pool: 5 min_messages: warning username: <%= ENV['USER'] %> + host: localhost production: <<: *defaults