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