2011-04-13 10:19:51 +00:00
|
|
|
defaults: &defaults
|
|
|
|
host: localhost
|
|
|
|
# slaves:
|
|
|
|
# - host: slave1.local
|
2012-11-26 03:52:11 +00:00
|
|
|
port: 27017
|
2011-04-13 10:19:51 +00:00
|
|
|
# - host: slave2.local
|
|
|
|
# port: 27019
|
|
|
|
|
|
|
|
development:
|
|
|
|
<<: *defaults
|
2013-02-18 11:04:04 +00:00
|
|
|
database: test_site
|
2011-04-13 10:19:51 +00:00
|
|
|
test:
|
|
|
|
<<: *defaults
|
2013-02-18 11:04:04 +00:00
|
|
|
database: test_site
|
2011-04-13 10:19:51 +00:00
|
|
|
|
|
|
|
# set these environment variables on your prod server
|
|
|
|
production:
|
2011-08-25 07:59:20 +00:00
|
|
|
# host: <%= ENV['MONGOID_HOST'] %>
|
|
|
|
# port: <%= ENV['MONGOID_PORT'] %>
|
|
|
|
# username: <%= ENV['MONGOID_USERNAME'] %>
|
|
|
|
# password: <%= ENV['MONGOID_PASSWORD'] %>
|
|
|
|
# database: <%= ENV['MONGOID_DATABASE'] %>
|
|
|
|
<<: *defaults
|
2012-09-11 19:07:25 +00:00
|
|
|
database: demo_site_production
|