cleaned up database.yml - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 2efe720d00dd3de62f1b7f5bd60292446bfedb46
(DIR) parent 2233c8215611f8dce155dff4597175d8dce8c155
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Wed, 14 Jan 2009 00:40:51 +0800
cleaned up database.yml
Signed-off-by: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Diffstat:
M spec/db/database.yml | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/spec/db/database.yml b/spec/db/database.yml
@@ -1,17 +1,15 @@
sqlite3:
- :adapter: sqlite3
- :dbfile: spec/db/reports_as_sparkline.sqlite3.db
-
+ adapter: sqlite3
+ dbfile: spec/db/reports_as_sparkline.sqlite3.db
mysql:
- adapter: mysql
+ adapter: mysql
database: reports_as_sparkline_test
- username: reports_as_spark
- password: reports_as_spark
- host: localhost
-
+ username: reports_as_sparkline
+ password: reports_as_sparkline
+ host: localhost
postgresql:
- adapter: postgresql
+ adapter: postgresql
database: reports_as_sparkline_test
username: reports_as_sparkline
password: reports_as_sparkline
- host: localhost
-\ No newline at end of file
+ host: localhost
+\ No newline at end of file