Sha256: 53a0551871f478d5fd9e5ff9c23eb77517db3add277dc1a09fc41884b9db2c21

Contents?: true

Size: 587 Bytes

Versions: 5

Compression:

Stored size: 587 Bytes

Contents

development:
  adapter: postgresql
  database: rspectacles_dev
  username: postgres
  pool: 5
  host: localhost
  timeout: 5000
  variables:
    statement_timeout: 3600000

test: &test
  adapter: <%= ENV['DB_ADAPTER'] || 'postgresql' %>
  database: rspectacles_test
  username: postgres
  pool: 5
  host: <%= ENV['DB_HOST'] || 'localhost' %>
  timeout: 5000
  variables:
    statement_timeout: 3600000

production: &production
  adapter: postgresql
  database: rspectacles_prod
  username: postgres
  pool: 2
  host: localhost
  timeout: 5000
  variables:
    statement_timeout: 3600000

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspectacles-0.5.0 lib/rspectacles/config/database.yml
rspectacles-0.4.2 lib/rspectacles/config/database.yml
rspectacles-0.4.1 lib/rspectacles/config/database.yml
rspectacles-0.4.0 lib/rspectacles/config/database.yml
rspectacles-0.3.1 lib/rspectacles/config/database.yml