orbit-basic/config/mongoid.yml

28 lines
566 B
YAML
Raw Permalink Normal View History

2013-06-24 11:20:52 +00:00
defaults: &defaults
host: localhost
# slaves:
# - host: slave1.local
port: 27017
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: orbit_site_new
2013-06-24 11:23:39 +00:00
2013-06-24 11:20:52 +00:00
test:
<<: *defaults
database: orbit_site_new
2013-06-24 11:20:52 +00:00
# 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'] %>
<<: *defaults
2013-11-12 04:20:36 +00:00
database: orbit_site_new