From f99321c279240b1699e1313b073896a345af5bfc Mon Sep 17 00:00:00 2001 From: chris2tof Date: Thu, 25 Aug 2011 15:59:20 +0800 Subject: [PATCH] production mode --- config/mongoid.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config/mongoid.yml b/config/mongoid.yml index 5fbcd8cd..0270b13c 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -16,8 +16,10 @@ test: # set these environment variables on your prod server production: - host: <%= ENV['MONGOID_HOST'] %> - port: <%= ENV['MONGOID_PORT'] %> - username: <%= ENV['MONGOID_USERNAME'] %> - password: <%= ENV['MONGOID_PASSWORD'] %> - database: <%= ENV['MONGOID_DATABASE'] %> \ No newline at end of file + # host: <%= ENV['MONGOID_HOST'] %> + # port: <%= ENV['MONGOID_PORT'] %> + # username: <%= ENV['MONGOID_USERNAME'] %> + # password: <%= ENV['MONGOID_PASSWORD'] %> + # database: <%= ENV['MONGOID_DATABASE'] %> + <<: *defaults + database: prototype_r4_development \ No newline at end of file