annotate vendor/plugins/awesome_nested_set/test/db/database.yml @ 141:ab75f33dcc6f luisf

Issue #31: issue submitters and assignees are added to the watchers list. incomplete: there is no option to select/unselect the assignee.
author luisf
date Thu, 20 Jan 2011 13:08:43 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 sqlite3:
Chris@0 2 adapter: sqlite3
Chris@0 3 dbfile: awesome_nested_set.sqlite3.db
Chris@0 4 sqlite3mem:
Chris@0 5 :adapter: sqlite3
Chris@0 6 :dbfile: ":memory:"
Chris@0 7 postgresql:
Chris@0 8 :adapter: postgresql
Chris@0 9 :username: postgres
Chris@0 10 :password: postgres
Chris@0 11 :database: awesome_nested_set_plugin_test
Chris@0 12 :min_messages: ERROR
Chris@0 13 mysql:
Chris@0 14 :adapter: mysql
Chris@0 15 :host: localhost
Chris@0 16 :username: root
Chris@0 17 :password:
Chris@0 18 :database: awesome_nested_set_plugin_test