Update test/database.yml.sample from test/database.yml
This commit is contained in:
parent
7f1e4b4a4b
commit
b1c73ffac2
|
@ -1,17 +1,22 @@
|
||||||
common: &common
|
common: &common
|
||||||
username: myuser
|
username: root
|
||||||
password: password
|
password:
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
host: localhost
|
host: localhost
|
||||||
database: aroptests
|
database: activerecord_import_test
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
<<: *common
|
<<: *common
|
||||||
adapter: mysql
|
adapter: mysql
|
||||||
|
|
||||||
postgres:
|
mysql2:
|
||||||
<<: *common
|
<<: *common
|
||||||
adapter: postgres
|
adapter: mysql2
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
<<: *common
|
||||||
|
username: postgres
|
||||||
|
adapter: postgresql
|
||||||
min_messages: warning
|
min_messages: warning
|
||||||
|
|
||||||
oracle:
|
oracle:
|
||||||
|
@ -21,8 +26,8 @@ oracle:
|
||||||
|
|
||||||
sqlite:
|
sqlite:
|
||||||
adapter: sqlite
|
adapter: sqlite
|
||||||
dbfile: test.db
|
dbfile: test.db
|
||||||
|
|
||||||
sqlite3:
|
sqlite3:
|
||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
dbfile: test.db
|
database: test.db
|
||||||
|
|
Loading…
Reference in a new issue