mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update CONTRIBUTING.md to setup ichain in test mode using dotenv
This commit is contained in:
parent
798998b73f
commit
73bdaac8d0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue