X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15f23469d97b768501bac8b58081cb61bcdd8b4b..4769eec5aab27cdb0ae6ac1b7bb713da720feb93:/config/database.yml diff --git a/config/database.yml b/config/database.yml index d366bc96b..93e3cf00e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,9 +12,9 @@ # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql - database: osm - username: openstreetmap - password: openstreetmap + database: openstreetmap + username: TheUsername + password: ThePassword host: localhost # Warning: The database defined as 'test' will be erased and @@ -30,6 +30,6 @@ test: production: adapter: mysql database: openstreetmap - username: openstreetmap - password: openstreetmap - host: db.openstreetmap.org + username: TheUsername + password: ThePassword + host: localhost