X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2c52b067168084265ed577104fe1fa2677c6e620..bcbbf1944b55eb213a43d7d501533e65182c8f6a:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 2c61345b1..c6fe06fdd 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,9 +13,9 @@ development: adapter: postgresql database: openstreetmap - username: shaunmcdonald - password: postgres - #host: localhost +# username: openstreetmap +# password: openstreetmap + host: localhost encoding: utf8 # Warning: The database defined as 'test' will be erased and @@ -24,15 +24,15 @@ development: test: adapter: postgresql database: osm_test - username: shaunmcdonald - password: postgres - #host: localhost +# username: osm_test +# password: osm_test + host: localhost encoding: utf8 production: adapter: postgresql database: osm - username: osm - password: osm +# username: osm +# password: osm host: localhost encoding: utf8