1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/vendor/plugins/attachment_fu/test/database.yml
2010-10-07 11:02:13 -04:00

18 lines
396 B
YAML

sqlite:
:adapter: sqlite
:dbfile: attachment_fu_plugin.sqlite.db
sqlite3:
:adapter: sqlite3
:dbfile: attachment_fu_plugin.sqlite3.db
postgresql:
:adapter: postgresql
:username: postgres
:password: postgres
:database: attachment_fu_plugin_test
:min_messages: ERROR
mysql:
:adapter: mysql
:host: localhost
:username: rails
:password:
:database: attachment_fu_plugin_test