remove "host" so it uses sockets by default, easier to configure

This commit is contained in:
Sam 2013-12-30 13:02:38 +11:00
parent db1d01d1a2
commit 81eec5ff06

View File

@ -2,7 +2,6 @@ development:
adapter: postgresql adapter: postgresql
database: discourse_development database: discourse_development
min_messages: warning min_messages: warning
host: localhost
pool: 5 pool: 5
timeout: 5000 timeout: 5000
host_names: host_names:
@ -19,7 +18,6 @@ test:
adapter: postgresql adapter: postgresql
database: discourse_test database: discourse_test
min_messages: warning min_messages: warning
host: localhost
pool: 5 pool: 5
timeout: 5000 timeout: 5000
host_names: host_names:
@ -30,7 +28,6 @@ profile:
adapter: postgresql adapter: postgresql
database: discourse_profile database: discourse_profile
min_messages: warning min_messages: warning
host: localhost
pool: 5 pool: 5
timeout: 5000 timeout: 5000
host_names: host_names: