X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f24b6de175ca0944efa0ea4438a8ccf326d8aa7..7ebb29d195c2761f11f7c87dec3f9559bb9a8500:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 709a78c63..5d7a0313e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,8 +13,8 @@ development: adapter: mysql database: openstreetmap - username: whatever - password: whatever + 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