Sha256: dfc202ff0e6401d8ab0dcf54a57054288f9c1bfc7791738ee45d6aa0217c33b8

Contents?: true

Size: 225 Bytes

Versions: 12

Compression:

Stored size: 225 Bytes

Contents

defaults: &defaults
  host: localhost
  port: 27017

test:
  <<: *defaults
  database: cohortly-test

development:
  <<: *defaults
  database: cohortly-development

production:
  <<: *defaults
  database: cohortly-production

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cohortly-0.0.93 test/dummy/config/cohortly.yml
cohortly-0.0.92 test/dummy/config/cohortly.yml
cohortly-0.0.9.1 test/dummy/config/cohortly.yml
cohortly-0.0.9 test/dummy/config/cohortly.yml
cohortly-0.0.8 test/dummy/config/cohortly.yml
cohortly-0.0.7 test/dummy/config/cohortly.yml
cohortly-0.0.6 test/dummy/config/cohortly.yml
cohortly-0.0.5 test/dummy/config/cohortly.yml
cohortly-0.0.4 test/dummy/config/cohortly.yml
cohortly-0.0.3 test/dummy/config/cohortly.yml
cohortly-0.0.2 test/dummy/config/cohortly.yml
cohortly-0.0.1 test/dummy/config/cohortly.yml