Sha256: 1fb539a4b71ca0f4d211dbb03bd7d99cd8333a0ca900e316c2028951f9494926
Contents?: true
Size: 564 Bytes
Versions: 3
Compression:
Stored size: 564 Bytes
Contents
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
Version data entries
3 entries across 3 versions & 1 rubygems