2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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
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: