jam-cloud/config/database.yml

21 lines
337 B
YAML
Raw Normal View History

2012-08-29 13:21:56 +00:00
test:
adapter: postgresql
database: jam_websockets_test
host: localhost
port: 5432
pool: 3
username: postgres
password: postgres
timeout: 2000
encoding: unicode
development:
adapter: postgresql
database: jam
host: localhost
pool: 5
2012-08-29 13:21:56 +00:00
username: postgres
password: postgres
timeout: 2000
encoding: unicode