Sha256: d4c9af9e50bd7b8689fb2dcd53a2d4fc0ecbe2d6093a7c1a137ba09c3bb74a4e
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
development: &default adapter: postgresql database: <%= app_name %>_development encoding: utf8 host: localhost min_messages: warning pool: <%%= ENV.fetch("DB_POOL", 5) %> reaping_frequency: <%%= ENV.fetch("DB_REAPING_FREQUENCY", 10) %> timeout: 5000 test: <<: *default database: <%= app_name %>_test production: &deploy encoding: utf8 min_messages: warning pool: <%%= [ENV.fetch("MAX_THREADS", 5), ENV.fetch("DB_POOL", 5)].max %> timeout: 5000 url: <%%= ENV.fetch("DATABASE_URL", "") %> staging: *deploy
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
underwear-0.0.1 | templates/postgresql_database.yml.erb |
suspenders-1.31.0 | templates/postgresql_database.yml.erb |
suspenders-1.30.0 | templates/postgresql_database.yml.erb |