Sha256: 8af0a555779742b8c1165ed66dc2fc0b53d2b5fa2a962ff706aa7dfe0c18194a
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 Bytes
Contents
development: host: localhost database: locomotive_search_development test: host: localhost database: locomotive_search_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
4 entries across 4 versions & 1 rubygems