Commit 7f8f79a5749e5e35434675f69f7438d16d617ff0

Authored by Cyril Mougel
1 parent 52111057
Exists in master and in 1 other branch production

Fix mongoid example file to other mongoDB service

config/mongoid.mongohq.yml
... ... @@ -5,5 +5,6 @@
5 5 # commit it to your repo, then push to heroku.
6 6  
7 7 production:
8   - uri: <%= ENV['MONGOHQ_URL'] %>
9   - identity_map_enabled: true
  8 + sessions:
  9 + default:
  10 + uri: <%= ENV['MONGOHQ_URL'] %>
... ...
config/mongoid.mongolab.yml
... ... @@ -5,5 +5,6 @@
5 5 # commit it to your repo, then push to heroku.
6 6  
7 7 production:
8   - uri: <%= ENV['MONGOLAB_URI'] %>
9   - identity_map_enabled: true
  8 + sesssions:
  9 + default:
  10 + uri: <%= ENV['MONGOLAB_URI'] %>
... ...