diff --git a/config/database.yml b/config/database.yml index 65da064a842..ddf77c2a7ef 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: