X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/beb0ef6357e426ab08349109d47c3726ed50042e..b90d27cdff7893b6e814cc0a93272d193114e81b:/config/example.database.yml diff --git a/config/example.database.yml b/config/example.database.yml index 3908e51e5..7e1ffc07d 100644 --- a/config/example.database.yml +++ b/config/example.database.yml @@ -1,12 +1,12 @@ -# Postgresql version 8.3 recommended. -# See http://wiki.openstreetmap.org/wiki/OSM_Protocol_Version_0.6/postgres for detailed setup instructions. +# Using a recent release (8.3 or higher) of PostgreSQL (http://postgresql.org/) is recommended. +# See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md#database-setup for detailed setup instructions. # development: adapter: postgresql 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