mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
18 lines
396 B
YAML
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 |