Commit 55cc9867 by Jim Abramson

Merge pull request #42 from edx/bug/jim/mongoid_config

name both replica set nodes in mongoid config
parents d692c082 6b1e9782
...@@ -22,6 +22,7 @@ production: ...@@ -22,6 +22,7 @@ production:
default: default:
hosts: hosts:
- hurley.member0.mongohq.com:10000 - hurley.member0.mongohq.com:10000
- hurley.member1.mongohq.com:10000
username: <%= ENV['MONGOHQ_USER'] %> username: <%= ENV['MONGOHQ_USER'] %>
password: <%= ENV['MONGOHQ_PASS'] %> password: <%= ENV['MONGOHQ_PASS'] %>
database: app6929933 database: app6929933
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment