Update test/database.yml.sample from test/database.yml

master
Ben Woosley 2010-11-16 22:39:06 -08:00 committed by Zach Dennis
parent 7f1e4b4a4b
commit b1c73ffac2
1 changed files with 12 additions and 7 deletions

View File

@ -1,17 +1,22 @@
common: &common
username: myuser
password: password
username: root
password:
encoding: utf8
host: localhost
database: aroptests
database: activerecord_import_test
mysql:
<<: *common
adapter: mysql
postgres:
mysql2:
<<: *common
adapter: postgres
adapter: mysql2
postgresql:
<<: *common
username: postgres
adapter: postgresql
min_messages: warning
oracle:
@ -21,8 +26,8 @@ oracle:
sqlite:
adapter: sqlite
dbfile: test.db
dbfile: test.db
sqlite3:
adapter: sqlite3
dbfile: test.db
database: test.db