X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a0e8c35c1b3bfba11a755d9f8e282fc0773d953f..7ebb29d195c2761f11f7c87dec3f9559bb9a8500:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 436e3d306..5d7a0313e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,8 +13,8 @@ development: adapter: mysql database: openstreetmap - username: TheUsername - password: ThePassword + username: openstreetmap + password: openstreetmap host: localhost # Warning: The database defined as 'test' will be erased and @@ -32,5 +32,5 @@ production: database: openstreetmap username: openstreetmap password: openstreetmap - host: db.openstreetmap.org + host: localhost