Sha256: 2082953aaab9f1f7fbd1b2b8ece0560482a34da97b89bfba9b9bfc8d266aeded

Contents?: true

Size: 754 Bytes

Versions: 2

Compression:

Stored size: 754 Bytes

Contents

development:
  adapter: postgresql
  host: localhost
  encoding: unicode
  database: <%= ENV["POSTGRES_DB"] || 'iqvoc_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_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_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-4.13.2 config/database.yml.postgresql
iqvoc-4.13.0 config/database.yml.postgresql