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