From 7f8f79a5749e5e35434675f69f7438d16d617ff0 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Fri, 13 Sep 2013 18:03:29 +0200 Subject: [PATCH] Fix mongoid example file to other mongoDB service --- config/mongoid.mongohq.yml | 5 +++-- config/mongoid.mongolab.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/mongoid.mongohq.yml b/config/mongoid.mongohq.yml index c3a38cb..afe6ca9 100644 --- a/config/mongoid.mongohq.yml +++ b/config/mongoid.mongohq.yml @@ -5,5 +5,6 @@ # commit it to your repo, then push to heroku. production: - uri: <%= ENV['MONGOHQ_URL'] %> - identity_map_enabled: true + sessions: + default: + uri: <%= ENV['MONGOHQ_URL'] %> diff --git a/config/mongoid.mongolab.yml b/config/mongoid.mongolab.yml index 1d8e8de..3444804 100644 --- a/config/mongoid.mongolab.yml +++ b/config/mongoid.mongolab.yml @@ -5,5 +5,6 @@ # commit it to your repo, then push to heroku. production: - uri: <%= ENV['MONGOLAB_URI'] %> - identity_map_enabled: true + sesssions: + default: + uri: <%= ENV['MONGOLAB_URI'] %> -- libgit2 0.21.2