Sha256: f2a1885d4d766fc5db01571ad40b5f3a63a12735faef3cc6f613f5d7dcd9ad92

Contents?: true

Size: 813 Bytes

Versions: 16

Compression:

Stored size: 813 Bytes

Contents

development:
  # Configure available database sessions. (required)
  sessions:
    # Defines the default session. (required)
    default:
      # Defines the name of the default database that Mongoid can connect to.
      # (required).
      database: locomotive_search_development
      # Provides the hosts the default session can connect to. Must be an array
      # of host:port pairs. (required)
      hosts:
        - localhost:27017

test:
  sessions:
    # Defines the default session. (required)
    default:
      # Defines the name of the default database that Mongoid can connect to.
      # (required).
      database: locomotive_search_test
      # Provides the hosts the default session can connect to. Must be an array
      # of host:port pairs. (required)
      hosts:
        - localhost:27017

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
locomotivecms-search-0.3.6 spec/dummy/config/mongoid.yml
locomotivecms-search-0.3.5 spec/dummy/config/mongoid.yml
locomotivecms-search-0.3.4 spec/dummy/config/mongoid.yml
locomotivecms-search-0.3.3 spec/dummy/config/mongoid.yml
locomotivecms-search-0.3.2 spec/dummy/config/mongoid.yml
locomotivecms-search-0.3.0 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.8 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.7 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.6 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.5 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.4 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.3 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.2 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.1 spec/dummy/config/mongoid.yml
locomotivecms-search-0.2.0 spec/dummy/config/mongoid.yml
locomotivecms-search-0.1.0 spec/dummy/config/mongoid.yml