Sha256: 66581ae024ace44ddd361236d21cd2f6612a988d268162f213f1ffb4512e0769
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
default: &default adapter: postgresql encoding: unicode host: '<%%= ENV.fetch("DATABASE_HOST") %>' username: '<%%= ENV.fetch("POSTGRES_USER") %>' password: '<%%= ENV.fetch("POSTGRES_PASSWORD") %>' database: '<%%= ENV.fetch("POSTGRES_DB") %>' pool: 5 variables: statement_timeout: 5000 development: <<: *default test: <<: *default database: <%= app_name %> production: <<: *default
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wellcar-0.0.3 | lib/wellcar/templates/database.yml.erb |
wellcar-0.0.2 | lib/wellcar/templates/database.yml.erb |
wellcar-0.0.1 | lib/wellcar/templates/database.yml.erb |