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