From 6112f70e67968ba1d38d7b5f8ba966611c6d87c2 Mon Sep 17 00:00:00 2001 From: Shuky Dvir Date: Fri, 7 Sep 2012 07:49:51 +0300 Subject: [PATCH] adding file for mongohq --- config/mongoid.yml | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) create mode 100644 config/mongoid.yml diff --git a/config/mongoid.yml b/config/mongoid.yml new file mode 100644 index 0000000..aab95f2 --- /dev/null +++ b/config/mongoid.yml @@ -0,0 +1,8 @@ +# Mongoid Configuration for MongoHQ on Heroku +# =========================================== +# +# Copy this file to config/mongoid.yml, +# commit it to your repo, then push to heroku. + +production: + uri: <%= ENV['MONGOHQ_URL'] %> -- libgit2 0.21.2