Sha256: 79444229857b25b99f6ae2b9d275fdef1a6c58e7ff8d913dc630792f5ef16731

Contents?: true

Size: 487 Bytes

Versions: 12

Compression:

Stored size: 487 Bytes

Contents

defaults: &defaults
  host: localhost
#  slaves:
#    - host: slave1.local
#      port: 27018
#    - host: slave2.local
#      port: 27019
  autocreate_indexes: false
  allow_dynamic_fields: false
  include_root_in_json: false
  parameterize_keys: true
  persist_in_safe_mode: false
  raise_not_found_error: true
  reconnect_time: 3
  skip_version_check: true

development:
  <<: *defaults
  database: editorial_logic_development

test:
  <<: *defaults
  database: editorial_logic_test

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
editorial_logic-1.4.0 config/mongoid.yml
editorial_logic-1.3.3 config/mongoid.yml
editorial_logic-1.3.2 config/mongoid.yml
editorial_logic-1.3.1 config/mongoid.yml
editorial_logic-1.3.0 config/mongoid.yml
editorial_logic-1.1.6 config/mongoid.yml
editorial_logic-1.1.5 config/mongoid.yml
editorial_logic-1.1.4 config/mongoid.yml
editorial_logic-1.1.3 config/mongoid.yml
editorial_logic-1.1.2 config/mongoid.yml
editorial_logic-1.1.1 config/mongoid.yml
editorial_logic-1.1.0 config/mongoid.yml