41 lines
579 B
Plaintext
41 lines
579 B
Plaintext
common: &common
|
|
username: root
|
|
password:
|
|
encoding: utf8
|
|
host: localhost
|
|
database: activerecord_import_test
|
|
|
|
mysql:
|
|
<<: *common
|
|
adapter: mysql
|
|
|
|
mysql2:
|
|
<<: *common
|
|
adapter: mysql2
|
|
|
|
seamless_database_pool:
|
|
<<: *common
|
|
adapter: seamless_database_pool
|
|
pool_adapter: mysql2
|
|
master:
|
|
host: localhost
|
|
|
|
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
|