Sha256: dc01e0d327bc546b5261aad31fe2da015234382bacd15ecc7e6b412a0df84d4a

Contents?: true

Size: 796 Bytes

Versions: 2

Compression:

Stored size: 796 Bytes

Contents

development:
  adapter: postgresql
  host: localhost
  encoding: unicode
  database: <%= ENV["POSTGRES_DB"] || 'iqvoc_inflectionals_development' %>
  pool: 5
  username: <%= ENV["POSTGRES_USER"] || 'postgres' %>
  password: <%= ENV["POSTGRES_PASSWORD"] || 'postgres' %>

test:
  adapter: postgresql
  host: localhost
  encoding: unicode
  database: <%= ENV["POSTGRES_DB"] || 'iqvoc_inflectionals_test' %>
  pool: 5
  username: <%= ENV["POSTGRES_USER"] || 'postgres' %>
  password: <%= ENV["POSTGRES_PASSWORD"] || 'postgres' %>

production:
  adapter: postgresql
  host: localhost
  encoding: unicode
  database: <%= ENV["POSTGRES_DB"] || 'iqvoc_inflectionals_production' %>
  pool: 5
  username: <%= ENV["POSTGRES_USER"] || 'postgres' %>
  password: <%= ENV["POSTGRES_PASSWORD"] || 'postgres' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.11.4 config/database.yml.postgresql
iqvoc_inflectionals-2.11.3 config/database.yml.postgresql