Sha256: 903b71e1d3202fe188f81b98466dcf5b0b0b86dbf391d0c3301c12a5b4538c9e

Contents?: true

Size: 305 Bytes

Versions: 12

Compression:

Stored size: 305 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

production:
  <<: *default

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
disco_app-0.13.5 test/dummy/config/database.yml
disco_app-0.13.6 test/dummy/config/database.yml
disco_app-0.13.7 test/dummy/config/database.yml
disco_app-0.13.8 test/dummy/config/database.yml
disco_app-0.14.1 test/dummy/config/database.yml
disco_app-0.14.2 test/dummy/config/database.yml
disco_app-0.15.0 test/dummy/config/database.yml
disco_app-0.14.4 test/dummy/config/database.yml
disco_app-0.14.3 test/dummy/config/database.yml
disco_app-0.15.2 test/dummy/config/database.yml
disco_app-0.14.0 test/dummy/config/database.yml
disco_app-0.13.6.pre.puma.pre.3 test/dummy/config/database.yml