X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/11279ebfe90ae64dd9b1e3a6b476f4a8c639f439..d274c0e3d8176f2e4da7ecc24c6247253c9f07f1:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 1fe4d9880..436e3d306 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 @@ -33,3 +33,4 @@ production: username: openstreetmap password: openstreetmap host: db.openstreetmap.org +