From 573c0c848a785b2d2cf54ae97998d8c0e1ed8e5b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 30 Jul 2013 11:21:25 +0100 Subject: [PATCH] Change the example database.yml to use unix socket connections --- config/example.database.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/example.database.yml b/config/example.database.yml index e075d7f8d..17a683af4 100644 --- a/config/example.database.yml +++ b/config/example.database.yml @@ -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 -- 2.43.2