Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Aug 6, 2024
1 parent a3fe2c8 commit 046f018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Instead of needing a private key locally, you can provide it to EYAML by setting

If you put your rails master key encrypted in the eyaml file, make sure you don't have another `master.key` file somewhere, since that can interfere.

When setting the SECRET_KEY_BASE_DUMMY environment variable, the secrets/credentials loading will be skipped.
This can be handy to for example do an asset precompilation step in production where you don't need any secrets/credentials.

### Example setup

To add encryption + credentials to a rails project do the following things:
Expand Down

0 comments on commit 046f018

Please sign in to comment.