X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/914b358154479adf295e8ef794787f07aee50c3d..2b7a40069f7af2e72c81f9488411135f286515f9:/config/database.yml diff --git a/config/database.yml b/config/database.yml index b44b9823a..fe47e11aa 100644 --- a/config/database.yml +++ b/config/database.yml @@ -23,13 +23,14 @@ development: test: adapter: mysql database: osm_test - username: root - password: + username: osm_test + password: osm_test host: localhost production: adapter: mysql - database: openstreetmap - username: openstreetmap - password: openstreetmap - host: 128.40.58.203 + database: osm + username: osm + password: osm + host: localhost +