From 81eec5ff06f59f57fa7624c3650bb307ba0481ec Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 30 Dec 2013 13:02:38 +1100 Subject: [PATCH] remove "host" so it uses sockets by default, easier to configure --- config/database.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/database.yml b/config/database.yml index 65da064a8..ddf77c2a7 100644 --- a/config/database.yml +++ b/config/database.yml @@ -2,7 +2,6 @@ development: adapter: postgresql database: discourse_development min_messages: warning - host: localhost pool: 5 timeout: 5000 host_names: @@ -19,7 +18,6 @@ test: adapter: postgresql database: discourse_test min_messages: warning - host: localhost pool: 5 timeout: 5000 host_names: @@ -30,7 +28,6 @@ profile: adapter: postgresql database: discourse_profile min_messages: warning - host: localhost pool: 5 timeout: 5000 host_names: