Sha256: 51cf90f2bcb114fc28a14ca723d25fdbbdfb7f76b5d3ef3efca822d42557fb67

Contents?: true

Size: 353 Bytes

Versions: 16

Compression:

Stored size: 353 Bytes

Contents

defaults: &defaults
  host: localhost

  autocreate_indexes: false
  allow_dynamic_fields: true
  include_root_in_json: false
  parameterize_keys: true
  persist_in_safe_mode: false
  raise_not_found_error: true
  reconnect_time: 3

development:
  <<: *defaults
  database: attachment_magick_dev

test:
  <<: *defaults
  database: attachment_magick_test

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
attachment_magick-0.3.6 test/dummy/config/mongoid.yml
attachment_magick-0.3.5 test/dummy/config/mongoid.yml
attachment_magick-0.3.4 test/dummy/config/mongoid.yml
attachment_magick-0.3.3 test/dummy/config/mongoid.yml
attachment_magick-0.3.2 test/dummy/config/mongoid.yml
attachment_magick-0.3.1 test/dummy/config/mongoid.yml
attachment_magick-0.3 test/dummy/config/mongoid.yml
attachment_magick-0.2.7 test/dummy/config/mongoid.yml
attachment_magick-0.2.6 test/dummy/config/mongoid.yml
attachment_magick-0.2.5 test/dummy/config/mongoid.yml
attachment_magick-0.2.4 test/dummy/config/mongoid.yml
attachment_magick-0.2.3 test/dummy/config/mongoid.yml
attachment_magick-0.2.2 test/dummy/config/mongoid.yml
attachment_magick-0.2.1 test/dummy/config/mongoid.yml
attachment_magick-0.2.0 test/dummy/config/mongoid.yml
attachment_magick-0.1.0 test/dummy/config/mongoid.yml