mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
remove "host" so it uses sockets by default, easier to configure
This commit is contained in:
parent
db1d01d1a2
commit
81eec5ff06
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue