mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove "host" so it uses sockets by default, easier to configure
This commit is contained in:
parent
db1d01d1a2
commit
81eec5ff06
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user