33 lines
520 B
YAML
33 lines
520 B
YAML
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
|
|
port: 5432
|
|
pool: 3
|
|
username: postgres
|
|
password: postgres
|
|
timeout: 2000
|
|
encoding: unicode
|
|
|
|
production:
|
|
adapter: postgresql
|
|
database: jam
|
|
host: localhost
|
|
port: 5432
|
|
pool: 3
|
|
username: postgres
|
|
password: postgres
|
|
timeout: 2000
|
|
encoding: unicode
|