Mercurial > hg > soundsoftware-site
annotate vendor/plugins/acts_as_versioned/test/.svn/text-base/database.yml.svn-base @ 507:0c939c159af4 redmine-1.2
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:32:19 +0100 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 sqlite: |
Chris@0 | 2 :adapter: sqlite |
Chris@0 | 3 :dbfile: acts_as_versioned_plugin.sqlite.db |
Chris@0 | 4 sqlite3: |
Chris@0 | 5 :adapter: sqlite3 |
Chris@0 | 6 :dbfile: acts_as_versioned_plugin.sqlite3.db |
Chris@0 | 7 postgresql: |
Chris@0 | 8 :adapter: postgresql |
Chris@0 | 9 :username: postgres |
Chris@0 | 10 :password: postgres |
Chris@0 | 11 :database: acts_as_versioned_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: rails |
Chris@0 | 17 :password: |
Chris@0 | 18 :database: acts_as_versioned_plugin_test |