Skip to content

Commit

Permalink
Dont need symbols in mongoid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 24, 2013
1 parent 9d0870b commit 458aadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/config/mongoid.yml
Expand Up @@ -5,7 +5,7 @@ test:
hosts:
- <%=ENV["MONGOID_SPEC_HOST"]%>:<%=ENV["MONGOID_SPEC_PORT"]%>
options:
read: :primary
read: primary
mongohq_single:
database: <%=ENV["MONGOHQ_SINGLE_NAME"]%>
username: <%=ENV["MONGOHQ_SINGLE_USER"]%>
Expand All @@ -15,7 +15,7 @@ test:
options:
write:
w: 1
read: :primary
read: primary
mongohq_repl:
database: <%=ENV["MONGOHQ_REPL_NAME"]%>
username: <%=ENV["MONGOHQ_REPL_USER"]%>
Expand All @@ -24,7 +24,7 @@ test:
- <%=ENV["MONGOHQ_REPL_1_URL"]%>
- <%=ENV["MONGOHQ_REPL_2_URL"]%>
options:
read: :primary
read: primary
write:
w: majority
mongohq_repl_uri:
Expand Down

0 comments on commit 458aadd

Please sign in to comment.