X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7ebb29d195c2761f11f7c87dec3f9559bb9a8500..9a7db5d63b12f90b944f4ad151e5299d1745ecfb:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 5d7a0313e..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 @@ -32,5 +31,5 @@ production: database: openstreetmap username: openstreetmap password: openstreetmap - host: localhost + host: db.openstreetmap.org