Sha256: b52aacf87549d39971538386c2687a486c68656f3c2e848d42e373d7485bd05f

Contents?: true

Size: 330 Bytes

Versions: 10

Compression:

Stored size: 330 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  timeout: 5000
  prepared_statements: false

development:
  <<: *default
  host: localhost
  port: 5432
  database: disco_app

test:
  <<: *default
  host: localhost
  port: 5432
  database: disco_app_test

staging:
  <<: *default

production:
  <<: *default

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release test/dummy/config/database.yml
disco_app-0.16.0 test/dummy/config/database.yml
disco_app-0.17.0 test/dummy/config/database.yml
disco_app-0.18.0 test/dummy/config/database.yml
disco_app-0.18.2 test/dummy/config/database.yml
disco_app-0.18.3 test/dummy/config/database.yml
disco_app-0.18.6 test/dummy/config/database.yml
disco_app-0.16.1 test/dummy/config/database.yml
disco_app-0.18.4 test/dummy/config/database.yml
disco_app-0.18.1 test/dummy/config/database.yml