commit afcbe468621de52c132bbd6beb8724455f35c319
Author: Ankitkumar Patel <ankit(a)redhat.com>
Date: Wed Jun 15 12:08:21 2011 +0530
ignored database.yml
portal/config/database.yml.example | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/portal/config/database.yml.example b/portal/config/database.yml.example
index 32696cb..453ce6e 100644
--- a/portal/config/database.yml.example
+++ b/portal/config/database.yml.example
@@ -17,33 +17,30 @@
development:
adapter: mysql
-# encoding: utf8
reconnect: false
database: utrrs_development
pool: 5
- username: root
+ username:
password:
- host: localhost
+ host:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql
-# encoding: utf8
reconnect: false
database: utrrs_test
pool: 5
- username: root
+ username:
password:
- host: localhost
+ host:
production:
adapter: mysql
-# encoding: utf8
reconnect: false
database: utrrs_production
pool: 5
- username: root
+ username:
password:
- host: localhost
+ host: