jam-cloud/ruby/config/database.yml

11 lines
184 B
YAML
Raw Permalink Normal View History

test:
adapter: postgresql
database: jam_ruby_test
2012-09-15 18:54:07 +00:00
host: localhost
pool: 3
username: postgres
password: postgres
timeout: 2000
2012-09-15 18:54:07 +00:00
encoding: unicode
min_messages: warning