Sha256: 562ebf978954e95366923ccffb83edba2c6576bed9f9f60cac4bee4f0aea3348
Contents?: true
Size: 688 Bytes
Versions: 33
Compression:
Stored size: 688 Bytes
Contents
development: adapter: postgresql encoding: unicode port: 5432 host: localhost database: <%= @config.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: <%= @config.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: <%= @config.app_name %>_production username: <%%= ENV['DB_USER'] %> password: <%%= ENV['DB_PASSWORD'] %> pool: 15 timeout: 5000
Version data entries
33 entries across 33 versions & 1 rubygems