From: Nick Whitelegg Date: Sun, 20 May 2007 09:57:26 +0000 (+0000) Subject: (no commit message) X-Git-Tag: live~8477 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b56b9609e23bd810584dd8e7248a97cf72a265f7?ds=sidebyside --- diff --git a/config/database.yml b/config/database.yml index 44bb1eace..93e3cf00e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,8 +13,8 @@ development: adapter: mysql database: openstreetmap - username: freemap - password: BPaNCyU4 + username: TheUsername + password: ThePassword host: localhost # Warning: The database defined as 'test' will be erased and @@ -30,6 +30,6 @@ test: production: adapter: mysql database: openstreetmap - username: freemap - password: BPaNCyU4 + username: TheUsername + password: ThePassword host: localhost