2012-08-17 03:22:31 +00:00
|
|
|
test:
|
2012-10-23 00:58:57 +00:00
|
|
|
adapter: postgresql
|
2012-08-17 03:22:31 +00:00
|
|
|
database: jam_websockets_test
|
2012-08-22 03:08:01 +00:00
|
|
|
host: localhost
|
|
|
|
|
port: 5432
|
2012-08-17 03:22:31 +00:00
|
|
|
pool: 3
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
2012-08-22 03:08:01 +00:00
|
|
|
encoding: unicode
|
2012-08-24 02:46:58 +00:00
|
|
|
|
|
|
|
|
development:
|
2012-10-23 00:58:57 +00:00
|
|
|
adapter: postgresql
|
2012-08-24 02:46:58 +00:00
|
|
|
database: jam
|
|
|
|
|
host: localhost
|
|
|
|
|
port: 5432
|
|
|
|
|
pool: 3
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
|
|
|
|
encoding: unicode
|
2013-01-05 08:34:58 +00:00
|
|
|
|
|
|
|
|
production:
|
|
|
|
|
adapter: postgresql
|
|
|
|
|
database: jam
|
|
|
|
|
host: localhost
|
|
|
|
|
port: 5432
|
|
|
|
|
pool: 3
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
|
|
|
|
encoding: unicode
|