2012-08-06 03:01:00 +00:00
|
|
|
test:
|
|
|
|
|
adapter: postgresql
|
|
|
|
|
database: jam_ruby_test
|
2012-09-15 18:54:07 +00:00
|
|
|
host: localhost
|
2012-08-06 03:01:00 +00:00
|
|
|
pool: 3
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
2012-09-15 18:54:07 +00:00
|
|
|
encoding: unicode
|
2014-07-20 02:11:16 +00:00
|
|
|
min_messages: warning
|