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.5.4 spec/config/mongoid.yml
mongoid-7.5.3 spec/config/mongoid.yml
mongoid-7.5.2 spec/config/mongoid.yml
mongoid-7.5.1 spec/config/mongoid.yml
mongoid-7.4.3 spec/config/mongoid.yml
mongoid-7.5.0 spec/config/mongoid.yml
mongoid-7.4.1 spec/config/mongoid.yml
mongoid-7.3.5 spec/config/mongoid.yml
mongoid-7.4.0 spec/config/mongoid.yml
mongoid-7.3.4 spec/config/mongoid.yml
mongoid-7.1.11 spec/config/mongoid.yml
mongoid-7.2.6 spec/config/mongoid.yml
mongoid-7.3.3 spec/config/mongoid.yml
mongoid-7.3.2 spec/config/mongoid.yml
mongoid-7.2.5 spec/config/mongoid.yml
mongoid-7.1.10 spec/config/mongoid.yml
mongoid-7.1.9 spec/config/mongoid.yml
mongoid-7.2.4 spec/config/mongoid.yml
mongoid-7.3.1 spec/config/mongoid.yml
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/mongoid-7.1.7/spec/config/mongoid.yml