comparison vendor/plugins/acts_as_versioned/test/database.yml @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 sqlite:
2 :adapter: sqlite
3 :dbfile: acts_as_versioned_plugin.sqlite.db
4 sqlite3:
5 :adapter: sqlite3
6 :dbfile: acts_as_versioned_plugin.sqlite3.db
7 postgresql:
8 :adapter: postgresql
9 :username: postgres
10 :password: postgres
11 :database: acts_as_versioned_plugin_test
12 :min_messages: ERROR
13 mysql:
14 :adapter: mysql
15 :host: localhost
16 :username: rails
17 :password:
18 :database: acts_as_versioned_plugin_test