diff --git a/config/mongoid.yml b/config/mongoid.yml index 441c9ee..538088f 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -11,3 +11,8 @@ test: database: ch420_test hosts: - localhost:27017 + +production: + clients: + default: + uri: <%= ENV['MONGOLAB_URI'] %>