Sha256: 2218041fc9520a6234d918c94b85324690207b4f3b90c132c8b01f4f569a8aa9

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

defaults: &defaults
  host: localhost
  # slaves:
  #   - host: slave1.local
  #     port: 27018
  #   - host: slave2.local
  #     port: 27019

development:
  <<: *defaults
  database: locomotive_dev

test:
  <<: *defaults
  database: locomotive_test

# set these environment variables on your prod server
production:
  <<: *defaults
  database: locomotive_prod

  # other settings for production

  # host: <%= ENV['MONGOID_HOST'] %>
  # port: <%= ENV['MONGOID_PORT'] %>
  # username: <%= ENV['MONGOID_USERNAME'] %>
  # password: <%= ENV['MONGOID_PASSWORD'] %>
  # database: <%= ENV['MONGOID_DATABASE'] %>

  # heroku
  # uri: <%= ENV['MONGOHQ_URL'] %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 config/mongoid.yml
locomotive_cms-1.0.0.beta config/mongoid.yml
locomotive_cms-0.0.4.beta12 config/mongoid.yml
locomotive_cms-0.0.4.beta11 config/mongoid.yml