X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/914b358154479adf295e8ef794787f07aee50c3d..d95c17e4f7ddcbb54db4f57472f1ab735e61fb16:/config/database.yml diff --git a/config/database.yml b/config/database.yml index b44b9823a..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 @@ -32,4 +32,5 @@ production: database: openstreetmap username: openstreetmap password: openstreetmap - host: 128.40.58.203 + host: db.openstreetmap.org +