jam-cloud/ruby/config/database.yml

11 lines
184 B
YAML

test:
adapter: postgresql
database: jam_ruby_test
host: localhost
pool: 3
username: postgres
password: postgres
timeout: 2000
encoding: unicode
min_messages: warning