some changes

Conflicts:
	config/mongoid.yml
This commit is contained in:
Harry Bomrah 2013-06-24 19:17:24 +08:00 committed by saurabhbhatia
parent 5f9190db39
commit bd5f3d1a44
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
defaults: &defaults
host: localhost
# slaves:
# - host: slave1.local
port: 27017
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: test_site
test:
<<: *defaults
database: test_site
# 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
database: test_site