Sha256: b875f3f9ba23a8bdd9903fd4d83969e9da7c58e97af8a01bcf580250ac9e7967

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_similar_terms_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_similar_terms_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_similar_terms_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_similar_terms-2.11.4 config/database.yml.postgresql
iqvoc_similar_terms-2.11.3 config/database.yml.postgresql