Sha256: ad79f0f7d22fbce04dca6f0bcdd9201baeaa900c879b4ef3a5af1847a54d6907

Contents?: true

Size: 763 Bytes

Versions: 5

Compression:

Stored size: 763 Bytes

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:
    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
    app_name: 'testing'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongoid-5.4.1 spec/config/mongoid.yml
mongoid-5.4.0 spec/config/mongoid.yml
mongoid-5.2.1 spec/config/mongoid.yml
mongoid-5.2.0 spec/config/mongoid.yml
mongoid-5.2.0.rc0 spec/config/mongoid.yml