Sha256: 8d0cb4f4aefa131ded737489906479e3f8cef1baab0e400d5298a69816db556d

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 Bytes

Contents

development:
  adapter: postgresql
  host: localhost
  encoding: unicode
  database: <%= ENV["POSTGRES_DB"] || 'iqvoc_compound_forms_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_compound_forms_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_compound_forms_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_compound_forms-2.11.4 config/database.yml.postgresql
iqvoc_compound_forms-2.11.3 config/database.yml.postgresql