Sha256: 2bd8bf23beef7e0c9f573b2105b80868cfea090e7c2f24d69f319764f9acbd16

Contents?: true

Size: 296 Bytes

Versions: 4

Compression:

Stored size: 296 Bytes

Contents

defaults: &defaults
  adapter: postgresql
  encoding: utf8
  pool: 5
  username: postgres
  password: postgres

development:
  <<: *defaults
  database: standup_test_development

test:
  <<: *defaults
  database: standup_test_test

production:
  <<: *defaults
  database: standup_test_production

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
standup-0.6.9 test/testapp/config/database.yml
standup-0.6.8 test/testapp/config/database.yml
standup-0.6.7 test/testapp/config/database.yml
standup-0.6.6 test/testapp/config/database.yml