Skip to content

Commit

Permalink
Add staging config to mongoid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monfresh committed Sep 21, 2013
1 parent 658233f commit b3438b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/mongoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ production:
safe: true
skip_version_check: true

staging:
sessions:
default:
uri: <%= ENV['MONGOLAB_URI'] %>
options:
safe: true
skip_version_check: true

development:
# Configure available database sessions. (required)
sessions:
Expand Down

0 comments on commit b3438b8

Please sign in to comment.