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 database: openstreetmap
# username: openstreetmap # username: openstreetmap
# password: openstreetmap # password: openstreetmap
host: localhost # host: localhost
encoding: utf8 encoding: utf8
# Warning: The database defined as 'test' will be erased and # Warning: The database defined as 'test' will be erased and
@ -17,7 +17,7 @@ test:
database: osm_test database: osm_test
# username: osm_test # username: osm_test
# password: osm_test # password: osm_test
host: localhost # host: localhost
encoding: utf8 encoding: utf8
production: production:
@ -25,5 +25,5 @@ production:
database: osm database: osm
# username: osm # username: osm
# password: osm # password: osm
host: localhost # host: localhost
encoding: utf8 encoding: utf8