X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88297a682cd76ab9290cd8bf278424bf5c8458e5..d69a518b9e69107503b332728dfa583594293ea1:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 1fe4d9880..19b5dd8d5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,9 +12,8 @@ # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql - database: openstreetmap - username: openstreetmap - password: openstreetmap + database: osm + 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 +