Sha256: 20bad667ef0effa824c7c401e338d6c55950855dcd5732854ebc32a7ee931d51

Contents?: true

Size: 481 Bytes

Versions: 151

Compression:

Stored size: 481 Bytes

Contents

development:
  host: localhost
  database: dummy_development

test:
  host: localhost
  database: dummy_test

# set these environment variables on your prod server
production:
  host: <%= ENV['MONGOID_HOST'] %>
  port: <%= ENV['MONGOID_PORT'] %>
  username: <%= ENV['MONGOID_USERNAME'] %>
  password: <%= ENV['MONGOID_PASSWORD'] %>
  database: <%= ENV['MONGOID_DATABASE'] %>
  # slaves:
  #   - host: slave1.local
  #     port: 27018
  #   - host: slave2.local
  #     port: 27019

Version data entries

151 entries across 151 versions & 9 rubygems

Version Path
media_magick-0.0.1 spec/dummy/config/mongoid.yml
mail_spy-0.1.1 test/dummy/config/mongoid.yml
mail_spy-0.1.0 test/dummy/config/mongoid.yml
mail_spy-0.0.18 test/dummy/config/mongoid.yml
mail_spy-0.0.17 test/dummy/config/mongoid.yml
mail_spy-0.0.16 test/dummy/config/mongoid.yml
mail_spy-0.0.15 test/dummy/config/mongoid.yml
mail_spy-0.0.14 test/dummy/config/mongoid.yml
mail_spy-0.0.13 test/dummy/config/mongoid.yml
mail_spy-0.0.12 test/dummy/config/mongoid.yml
mail_spy-0.0.11 test/dummy/config/mongoid.yml
mail_spy-0.0.10 test/dummy/config/mongoid.yml
mail_spy-0.0.9 test/dummy/config/mongoid.yml
mail_spy-0.0.8 test/dummy/config/mongoid.yml
mail_spy-0.0.7 test/dummy/config/mongoid.yml
mail_spy-0.0.6 test/dummy/config/mongoid.yml
mail_spy-0.0.5 test/dummy/config/mongoid.yml
mail_spy-0.0.4 test/dummy/config/mongoid.yml
mail_spy-0.0.3 test/dummy/config/mongoid.yml
mail_spy-0.0.2 test/dummy/config/mongoid.yml