From 217069e9504f561c275b723ec4754439272ea7de Mon Sep 17 00:00:00 2001 From: Nick Recobra Date: Tue, 3 May 2011 17:25:00 +0400 Subject: [PATCH] Reverting mongoid.example.yml change. --- config/mongoid.example.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/mongoid.example.yml b/config/mongoid.example.yml index 1b14d4d..67496d6 100644 --- a/config/mongoid.example.yml +++ b/config/mongoid.example.yml @@ -26,8 +26,8 @@ test: # set these environment variables on your prod server production: <<: *defaults - host: localhost - port: 27018 - username: errbit - password: - database: errbit \ 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'] %> \ No newline at end of file -- libgit2 0.21.2