X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15f23469d97b768501bac8b58081cb61bcdd8b4b..d3314fee0f4a4031a893e0a93b5fa0f86b1613ed:/config/database.yml?ds=sidebyside diff --git a/config/database.yml b/config/database.yml index d366bc96b..19b5dd8d5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,8 +13,7 @@ development: adapter: mysql database: osm - username: openstreetmap - password: openstreetmap + user: root host: localhost # Warning: The database defined as 'test' will be erased and @@ -33,3 +32,4 @@ production: username: openstreetmap password: openstreetmap host: db.openstreetmap.org +