Sha256: c2598d8036e4ad7d14494b30ee8c99357c814e64aa20d7bc2f562d5ee3fb5cb7
Contents?: true
Size: 409 Bytes
Versions: 19
Compression:
Stored size: 409 Bytes
Contents
development: &default adapter: postgresql database: <%= app_name %>_development encoding: utf8 host: localhost min_messages: warning pool: 2 timeout: 5000 test: <<: *default database: <%= app_name %>_test production: adapter: postgresql encoding: unicode host: localhost database: <%= app_name %>_production pool: 5 username: <%= app_name %> password: <%%= ENV['DB_PASS'] %>
Version data entries
19 entries across 19 versions & 1 rubygems