jam-cloud/config/database.yml

22 lines
358 B
YAML
Raw Normal View History

test:
adapter: jdbcpostgresql
database: jam_websockets_test
host: localhost
port: 5432
pool: 3
username: postgres
password: postgres
timeout: 2000
encoding: unicode
development:
adapter: jdbcpostgresql
database: jam
host: localhost
port: 5432
pool: 3
username: postgres
password: postgres
timeout: 2000
encoding: unicode