development: adapter: postgresql database: <%= app_name %>_development username: <%= @username unless @username.blank? %> pasword: <%= @password unless @password.blank? %> encoding: utf8 pool: 5 timeout: 5000 test: adapter: postgresql database: <%= app_name %>_test username: <%= @username unless @username.blank? %> pasword: <%= @password unless @password.blank? %> encoding: utf8 pool: 5 timeout: 5000 production: adapter: postgresql database: <%= app_name %>_production username: encoding: utf8 pool: 5 timeout: 5000