From 73bdaac8d08df9524e5be624225c560f6471791c Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Fri, 12 Aug 2016 01:57:39 +0530 Subject: [PATCH] Update CONTRIBUTING.md to setup ichain in test mode using dotenv --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a660b10..fceb365b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,8 @@ GitHub issues are the primary way for communicating about specific proposed chan ### Using iChain in test mode [devise_ichain_authenticatable](https://github.com/openSUSE/devise_ichain_authenticatable) comes with -test mode, which can be useful in development phase in which an iChain proxy is not usually configured or even available. You can enable ichain authentication by setting `CONFIG['authentication']['ichain']['enabled']` equal to `true` in `config.yml` file. You would also need to set following options in `devise.rb`: +test mode, which can be useful in development phase in which an iChain proxy is +not usually configured or even available. You can enable ichain authentication by setting `OSEM_ICHAIN_ENABLED` equal to `true` in `.env` file. You would also need to set following options in `devise.rb`: ```Ruby # Activate the test mode