c514316a2e
git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 lines
412 B
YAML
18 lines
412 B
YAML
sqlite:
|
|
:adapter: sqlite
|
|
:dbfile: acts_as_versioned_plugin.sqlite.db
|
|
sqlite3:
|
|
:adapter: sqlite3
|
|
:dbfile: acts_as_versioned_plugin.sqlite3.db
|
|
postgresql:
|
|
:adapter: postgresql
|
|
:username: postgres
|
|
:password: postgres
|
|
:database: acts_as_versioned_plugin_test
|
|
:min_messages: ERROR
|
|
mysql:
|
|
:adapter: mysql
|
|
:host: localhost
|
|
:username: rails
|
|
:password:
|
|
:database: acts_as_versioned_plugin_test |