Sha256: 89413d5ee7dec2e1dc609675354601ad35378d7bb949bd3a8a22df9ad3c1844d

Contents?: true

Size: 472 Bytes

Versions: 10

Compression:

Stored size: 472 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  min_messages: warning
  url: 'postgresql://localhost/travis_production'
  eager_load: true

production:
  <<: *default

development:
  <<: *default
  url: 'postgresql://localhost/travis_development'
  eager_load: false

test:
  <<: *default
  url: 'postgresql://localhost/travis_test'
  eager_load: false
  destination:
    url: 'postgresql://localhost/travis_test_destination'
    eager_load: false

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
travis-backup-for-v3-0.1.1 config/database.yml
travis-backup-for-v3-0.1.0 config/database.yml
travis-backup-0.3.0 config/database.yml
travis-backup-0.2.1 config/database.yml
travis-backup-0.2.0 config/database.yml
travis-backup-0.1.3 config/database.yml
travis-backup-0.1.2 config/database.yml
travis-backup-0.1.1 config/database.yml
travis-backup-0.1.0 config/database.yml
travis-backup-0.0.3 config/database.yml