Commit 6112f70e67968ba1d38d7b5f8ba966611c6d87c2

Authored by Shuky Dvir
1 parent 853565b8
Exists in master and in 1 other branch production

adding file for mongohq

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
config/mongoid.yml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +# Mongoid Configuration for MongoHQ on Heroku
  2 +# ===========================================
  3 +#
  4 +# Copy this file to config/mongoid.yml,
  5 +# commit it to your repo, then push to heroku.
  6 +
  7 +production:
  8 + uri: <%= ENV['MONGOHQ_URL'] %>
... ...