db_populate/test/database.yml

18 lines
392 B
YAML
Raw Normal View History

2008-09-16 01:08:50 +00:00
sqlite:
:adapter: sqlite
2009-11-26 16:55:44 +00:00
:database: db_populate_plugin.sqlite.db
2008-09-16 01:08:50 +00:00
sqlite3:
:adapter: sqlite3
2009-11-26 16:55:44 +00:00
:database: db_populate_plugin.sqlite3.db
2008-09-16 01:08:50 +00:00
postgresql:
:adapter: postgresql
:username: postgres
:password: postgres
:database: db_populate_plugin_test
:min_messages: ERROR
mysql:
:adapter: mysql
:host: localhost
:username: rails
:password:
:database: db_populate_plugin_test