X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44bf1d91a1ccca686f1d45ddb817d85fe3bdba9e..0f6d05a2d75f55a228ae6ab8c8c4d70ea063a8a2:/config/database.yml diff --git a/config/database.yml b/config/database.yml index a972b44b3..44bb1eace 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,9 +13,9 @@ development: adapter: mysql database: openstreetmap - username: openstreetmap - password: openstreetmap - host: 128.40.58.203 + username: freemap + password: BPaNCyU4 + host: localhost # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. @@ -30,6 +30,6 @@ test: production: adapter: mysql database: openstreetmap - username: openstreetmap - password: openstreetmap - host: 128.40.58.203 + username: freemap + password: BPaNCyU4 + host: localhost