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.6.21 spec/dummy/config/mongoid.yml
daengine-0.6.20 spec/dummy/config/mongoid.yml
daengine-0.6.19 spec/dummy/config/mongoid.yml
daengine-0.6.18 spec/dummy/config/mongoid.yml
daengine-0.6.17 spec/dummy/config/mongoid.yml
daengine-0.6.16 spec/dummy/config/mongoid.yml
daengine-0.6.15 spec/dummy/config/mongoid.yml
daengine-0.6.14 spec/dummy/config/mongoid.yml
daengine-0.6.13 spec/dummy/config/mongoid.yml
daengine-0.6.11 spec/dummy/config/mongoid.yml
daengine-0.6.10 spec/dummy/config/mongoid.yml
daengine-0.6.9 spec/dummy/config/mongoid.yml
daengine-0.6.8 spec/dummy/config/mongoid.yml
daengine-0.6.5 spec/dummy/config/mongoid.yml
daengine-0.6.4 spec/dummy/config/mongoid.yml
daengine-0.6.3 spec/dummy/config/mongoid.yml
daengine-0.6.2 spec/dummy/config/mongoid.yml
daengine-0.6.1 spec/dummy/config/mongoid.yml
daengine-0.6 spec/dummy/config/mongoid.yml
daengine-0.5.13 spec/dummy/config/mongoid.yml