Change the example database.yml to use unix socket connections
This commit is contained in:
parent
8e1e094565
commit
573c0c848a
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ development:
|
|||
database: openstreetmap
|
||||
# username: openstreetmap
|
||||
# password: openstreetmap
|
||||
host: localhost
|
||||
# host: localhost
|
||||
encoding: utf8
|
||||
|
||||
# Warning: The database defined as 'test' will be erased and
|
||||
|
@ -17,7 +17,7 @@ test:
|
|||
database: osm_test
|
||||
# username: osm_test
|
||||
# password: osm_test
|
||||
host: localhost
|
||||
# host: localhost
|
||||
encoding: utf8
|
||||
|
||||
production:
|
||||
|
@ -25,5 +25,5 @@ production:
|
|||
database: osm
|
||||
# username: osm
|
||||
# password: osm
|
||||
host: localhost
|
||||
# host: localhost
|
||||
encoding: utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue