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
daengine-0.3.5 spec/dummy/config/mongoid.yml
daengine-0.3.4 spec/dummy/config/mongoid.yml
daengine-0.3.3 spec/dummy/config/mongoid.yml
daengine-0.3.2 spec/dummy/config/mongoid.yml
daengine-0.3.1 spec/dummy/config/mongoid.yml
daengine-0.3 spec/dummy/config/mongoid.yml
daengine-0.2.19 spec/dummy/config/mongoid.yml
daengine-0.2.18 spec/dummy/config/mongoid.yml
daengine-0.2.17 spec/dummy/config/mongoid.yml
daengine-0.2.16 spec/dummy/config/mongoid.yml
daengine-0.2.15 spec/dummy/config/mongoid.yml
daengine-0.2.14 spec/dummy/config/mongoid.yml
daengine-0.2.13 spec/dummy/config/mongoid.yml
daengine-0.2.12 spec/dummy/config/mongoid.yml
daengine-0.2.11 spec/dummy/config/mongoid.yml
daengine-0.2.10 spec/dummy/config/mongoid.yml
daengine-0.2.9 spec/dummy/config/mongoid.yml
daengine-0.2.7 spec/dummy/config/mongoid.yml
daengine-0.2.5 spec/dummy/config/mongoid.yml
trust-0.6.2 test/dummy/config/mongoid.yml