X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c373220bd22c81ed7fbdf0e08cf11823b7361b28..5daeb1b0632f03f6c93490452cf7cff174b353ca:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 0fbfce319..a80e11b70 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,9 +12,12 @@ # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql - database: osm - username: osm - password: osm + #database: openstreetmap + #username: openstreetmap + #password: openstreetmap + database: osm_test + username: osm_test + password: osm_test host: localhost # Warning: The database defined as 'test' will be erased and