Add back mongoid yml

This commit is contained in:
Bernie Chiu 2013-09-17 12:07:41 +08:00
parent e89615a6f3
commit 1edc134691
1 changed files with 24 additions and 0 deletions

24
config/mongoid.yml Normal file
View File

@ -0,0 +1,24 @@
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: production_8