annotate lib/plugins/awesome_nested_set/spec/db/database.yml @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +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