annotate lib/plugins/awesome_nested_set/spec/db/database.yml @ 1459:cf78a7ade302 luisf

Merge from branch "bug_794"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:25:50 +0000
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