Sha256: d7adcdb0f0267f1745ccda392d2e2fce5582fe15de54900020e3869e6760dfed

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

test:
  clients:
    default:
      database: mongoid_test
      hosts:
        - <%=ENV["MONGOID_SPEC_HOST"]%>:<%=ENV["MONGOID_SPEC_PORT"]%>
      options:
        user: "mongoid-user"
        password: "password"
        auth_source: "admin"
        read:
          mode: :primary_preferred
          tag_sets:
            - use: web
        max_pool_size: 1
    reports:
      database: reports
      hosts:
        - <%=ENV["MONGOID_SPEC_HOST"]%>:<%=ENV["MONGOID_SPEC_PORT"]%>
      options:
        user: "mongoid-user"
        password: "password"
        auth_source: "admin"
  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
test_with_max_staleness:
  clients:
    default:
      database: mongoid_test
      hosts:
        - <%=ENV["MONGOID_SPEC_HOST"]%>:<%=ENV["MONGOID_SPEC_PORT"]%>
      options:
        read:
          mode: :primary_preferred
          max_staleness: 100

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongoid-7.0.2 spec/config/mongoid.yml
mongoid-7.0.1 spec/config/mongoid.yml
mongoid-7.0.0 spec/config/mongoid.yml
mongoid-7.0.0.beta spec/config/mongoid.yml