X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d07277efba0c0069705bbefa68f2624a9c6c9ff0..797cbaab1ef4b842f3b57bb46c29dea61b4c7e3a:/config/database.yml diff --git a/config/database.yml b/config/database.yml index 129712121..cc3f9a1a5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -14,8 +14,9 @@ development: adapter: mysql database: openstreetmap username: openstreetmap - password: + password: openstreetmap host: localhost + encoding: utf8 # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. @@ -23,13 +24,15 @@ development: test: adapter: mysql database: osm_test - username: root - password: + username: osm_test + password: osm_test host: localhost + encoding: utf8 production: adapter: mysql - database: openstreetmap - username: openstreetmap - password: openstreetmap - host: db.openstreetmap.org + database: osm + username: osm + password: osm + host: localhost + encoding: utf8