X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4424cd5b947432848fe7f5bc7518fd1b718ecf6c..cddded9569d2c5b5c9e82a7bdbb3669be6e23b25:/config/database.yml?ds=inline 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