Sha256: 68db3ae115d71e4af9914b22259d3070dc147fb2eacfe3779a9184df7b382a42
Contents?: true
Size: 664 Bytes
Versions: 4
Compression:
Stored size: 664 Bytes
Contents
development: adapter: postgresql encoding: unicode port: 5432 host: localhost database: <%= app_name %>_development username: <%%= ENV['DB_USER'] %> password: <%%= ENV['DB_PASSWORD'] %> pool: 5 timeout: 5000 test: adapter: postgresql encoding: unicode port: 5432 host: localhost database: <%= app_name %>_test username: <%%= ENV['DB_USER'] %> password: <%%= ENV['DB_PASSWORD'] %> pool: 5 timeout: 5000 production: adapter: postgresql encoding: unicode port: 5432 host: localhost database: <%= app_name %>_production username: <%%= ENV['DB_USER'] %> password: <%%= ENV['DB_PASSWORD'] %> pool: 15 timeout: 5000
Version data entries
4 entries across 4 versions & 1 rubygems