X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/914b358154479adf295e8ef794787f07aee50c3d..461bf3802df857c51a4ba8bc08bd311418cf72ed:/config/database.yml diff --git a/config/database.yml b/config/database.yml index b44b9823a..93e3cf00e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,8 +13,8 @@ development: adapter: mysql database: openstreetmap - username: openstreetmap - password: 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: 128.40.58.203 + username: TheUsername + password: ThePassword + host: localhost