2012-08-29 13:21:56 +00:00
|
|
|
test:
|
|
|
|
|
adapter: postgresql
|
2013-02-13 04:43:57 +00:00
|
|
|
database: jam_admin_test
|
2012-08-29 13:21:56 +00:00
|
|
|
host: localhost
|
|
|
|
|
port: 5432
|
|
|
|
|
pool: 3
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
|
|
|
|
encoding: unicode
|
|
|
|
|
|
|
|
|
|
development:
|
|
|
|
|
adapter: postgresql
|
|
|
|
|
database: jam
|
|
|
|
|
host: localhost
|
2013-01-04 16:18:07 +00:00
|
|
|
pool: 5
|
2012-08-29 13:21:56 +00:00
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
timeout: 2000
|
|
|
|
|
encoding: unicode
|
2013-01-16 12:02:09 +00:00
|
|
|
|
|
|
|
|
production:
|
|
|
|
|
adapter: postgresql
|
|
|
|
|
database: jam
|
|
|
|
|
username: postgres
|
|
|
|
|
password: postgres
|
|
|
|
|
host: localhost
|
|
|
|
|
pool: 5
|
|
|
|
|
timeout: 5000
|