development: adapter: postgresql database: <%= app_name %>_development username: rahul encoding: utf8 pool: 5 timeout: 5000 test: adapter: postgresql database: <%= app_name %>_test username: rahul encoding: utf8 pool: 5 timeout: 5000 production: adapter: postgresql database: <%= app_name %>_production username: rahul encoding: utf8 pool: 5 timeout: 5000