Sha256: 5e5a8aa79d9da8f1a9d1beca0945097bc3af49724604dadb64572a25cdcaf222

Contents?: true

Size: 394 Bytes

Versions: 14

Compression:

Stored size: 394 Bytes

Contents

defaults: &defaults
  host: localhost
  autocreate_indexes: false
  allow_dynamic_fields: true
  include_root_in_json: false
  parameterize_keys: true
  persist_in_safe_mode: false
  raise_not_found_error: true
  reconnect_time: 3

development:
  <<: *defaults
  database: develop_control

test:
  <<: *defaults
  database: test_control

production:
  <<: *defaults
  database: command_control

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
c2-0.1.13 config/mongoid.yml
c2-0.1.12 config/mongoid.yml
c2-0.1.11 config/mongoid.yml
c2-0.1.10 config/mongoid.yml
c2-0.1.9 config/mongoid.yml
c2-0.1.8 config/mongoid.yml
c2-0.1.7 config/mongoid.yml
c2-0.1.6 config/mongoid.yml
c2-0.1.5 config/mongoid.yml
c2-0.1.4 config/mongoid.yml
c2-0.1.3 config/mongoid.yml
c2-0.1.2 config/mongoid.yml
c2-0.1.1 config/mongoid.yml
c2-0.1.0 config/mongoid.yml