X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4db3faa68cba0d7d570d11f9f8cac6d1f85afc70..866c3ff78245994ce03cf1567afee20673dc8932:/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