Introduction
Introduction Statistics Contact Development Disclaimer Help
cleaned up database.yml - reportable - Fork of reportable required by WarVox, f…
Log
Files
Refs
README
---
commit 2efe720d00dd3de62f1b7f5bd60292446bfedb46
parent 2233c8215611f8dce155dff4597175d8dce8c155
Author: Marco Otte-Witte <[email protected]>
Date: Wed, 14 Jan 2009 00:40:51 +0800
cleaned up database.yml
Signed-off-by: Marco Otte-Witte <[email protected]>
Diffstat:
M spec/db/database.yml | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
---
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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.