34 lines
453 B
Plaintext
34 lines
453 B
Plaintext
common: &common
|
|
username: root
|
|
password:
|
|
encoding: utf8
|
|
host: localhost
|
|
database: activerecord_import_test
|
|
|
|
mysql:
|
|
<<: *common
|
|
adapter: mysql
|
|
|
|
mysql2:
|
|
<<: *common
|
|
adapter: mysql2
|
|
|
|
postgresql:
|
|
<<: *common
|
|
username: postgres
|
|
adapter: postgresql
|
|
min_messages: warning
|
|
|
|
oracle:
|
|
<<: *common
|
|
adapter: oracle
|
|
min_messages: debug
|
|
|
|
sqlite:
|
|
adapter: sqlite
|
|
dbfile: test.db
|
|
|
|
sqlite3:
|
|
adapter: sqlite3
|
|
database: test.db
|