X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88297a682cd76ab9290cd8bf278424bf5c8458e5..1cacff9500260978db282eff582dac01e58d765c:/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 +