Sha256: 5b7a75e67faaa43c05e76198268910ce419fd169406ea5dca6158be4ac6cc0fe

Contents?: true

Size: 1.41 KB

Versions: 35

Compression:

Stored size: 1.41 KB

Contents

test:
  clients:
    default:
      database: mongoid_test
      hosts:
        <% SpecConfig.instance.addresses.each do |address| %>
          - <%= address %>
        <% end %>
      options:
        user: "mongoid-user"
        password: "password"
        auth_source: "admin"
        read:
          mode: :primary_preferred
          tag_sets:
            - use: web
        max_pool_size: 1
        server_selection_timeout: 3.14
    reports:
      database: reports
      hosts:
        <% SpecConfig.instance.addresses.each do |address| %>
          - <%= address %>
        <% end %>
      options:
        user: "mongoid-user"
        password: "password"
        auth_source: "admin"
        server_selection_timeout: 3.14
  options:
    include_root_in_json: false
    include_type_for_serialization: false
    preload_models: false
    scope_overwrite_exception: false
    raise_not_found_error: true
    use_activesupport_time_zone: true
    use_utc: false
    log_level: :warn
    belongs_to_required_by_default: false
    app_name: 'testing'
    background_indexing: false
    join_contexts: false
test_with_max_staleness:
  clients:
    default:
      database: mongoid_test
      hosts:
        <% SpecConfig.instance.addresses.each do |address| %>
          - <%= address %>
        <% end %>
      options:
        read:
          mode: :primary_preferred
          max_staleness: 100
        server_selection_timeout: 3.14

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
mongoid-7.3.0 spec/config/mongoid.yml
mongoid-7.2.3 spec/config/mongoid.yml
mongoid-7.1.8 spec/config/mongoid.yml
mongoid-7.2.2 spec/config/mongoid.yml
mongoid-7.2.1 spec/config/mongoid.yml
mongoid-7.1.7 spec/config/mongoid.yml
mongoid-7.2.0 spec/config/mongoid.yml
mongoid-7.1.6 spec/config/mongoid.yml
mongoid-7.1.5 spec/config/mongoid.yml
mongoid-7.2.0.rc1 spec/config/mongoid.yml
mongoid-7.1.4 spec/config/mongoid.yml
mongoid-7.1.2 spec/config/mongoid.yml
mongoid-7.1.1 spec/config/mongoid.yml
mongoid-7.1.0 spec/config/mongoid.yml
mongoid-7.1.0.rc0 spec/config/mongoid.yml