annotate vendor/plugins/awesome_nested_set/test/db/database.yml @ 466:a7dc708d48a1 feature_36

Created the one-to-one relationship between bibliography authors and users.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 22 Jun 2011 13:10:59 +0100
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