Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for reads environment credential file with environment variable key | yuuji.yaginuma | 2018-12-09 | 1 | -1/+17 |
| | |||||
* | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 1 | -0/+49 |
For `production` environment look first for `config/credentials/production.yml.enc` file that can be decrypted by `ENV["RAILS_MASTER_KEY"]` or `config/credentials/production.key` master key. Edit given environment credentials file by command `rails credentials:edit --environment production`. Default behavior can be overwritten by setting `config.credentials.content_path` and `config.credentials.key_path`. |