From b56b9609e23bd810584dd8e7248a97cf72a265f7 Mon Sep 17 00:00:00 2001 From: Nick Whitelegg Date: Sun, 20 May 2007 09:57:26 +0000 Subject: [PATCH] --- config/database.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.43.2