X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4db3faa68cba0d7d570d11f9f8cac6d1f85afc70..cddded9569d2c5b5c9e82a7bdbb3669be6e23b25:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 363782953..c0b5dd98c 100644 --- a/config/database.yml +++ b/config/database.yml @@ -29,8 +29,8 @@ test: production: adapter: mysql - database: openstreetmap - username: openstreetmap - password: openstreetmap - host: db.openstreetmap.org + database: osm + username: osm + password: osm + host: localhost