Sha256: 364302c17491372fb7e803e6e15bbfd1d3406b9e3c82bebe410eaef7d82870c2

Contents?: true

Size: 643 Bytes

Versions: 26

Compression:

Stored size: 643 Bytes

Contents

# Tell Mongoid which environment this configuration is for.
test:
  # This starts the session configuration settings. You may have as
  # many sessions as you like, but you must have at least 1 named
  # 'default'.
  sessions:
    # Define the default session.
    default:
      # A session can have any number of hosts. Usually 1 for a single
      # server setup, and at least 3 for a replica set. Hosts must be
      # an array of host:port pairs. This session is single server.
      hosts:
        - localhost:27017
      # Define the default database name.
      database: rails_uploader_test
  options:
    include_root_in_json: false

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
rails-uploader-0.2.2 spec/mongoid.yml
rails-uploader-0.2.1 spec/mongoid.yml
rails-uploader-0.2.0 spec/mongoid.yml
rails-uploader-0.1.4 spec/mongoid.yml
rails-uploader-0.1.3 spec/mongoid.yml
rails-uploader-0.1.2 spec/mongoid.yml