annotate lib/plugins/awesome_nested_set/spec/db/database.yml @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 sqlite3:
Chris@1115 2 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1115 3 database: awesome_nested_set.sqlite3.db
Chris@1115 4 sqlite3mem:
Chris@1115 5 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1115 6 database: ":memory:"
Chris@1115 7 postgresql:
Chris@1115 8 adapter: postgresql
Chris@1115 9 username: postgres
Chris@1115 10 password: postgres
Chris@1115 11 database: awesome_nested_set_plugin_test
Chris@1115 12 min_messages: ERROR
Chris@1115 13 mysql:
Chris@1115 14 adapter: mysql2
Chris@1115 15 host: localhost
Chris@1115 16 username: root
Chris@1115 17 password:
Chris@1115 18 database: awesome_nested_set_plugin_test