Change the example database.yml to use unix socket connections

This commit is contained in:
Tom Hughes 2013-07-30 11:21:25 +01:00
parent 8e1e094565
commit 573c0c848a

View file

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