Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Oct 25, 2024
1 parent db0320b commit 6b711fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ file. Per-environment settings in the config file(development, test,
production) will override the shared values for that type.

## Database encryption
The local database can be encrypted if needed, but requires a bit of setup
The local database can be encrypted, if needed, but requires a bit of setup
and careful retention of a master key. Note that there are performance impacts.

1. First, create encryption keys for the database:
Expand All @@ -85,7 +85,7 @@ Copy the output to your clipboard.
```
EDITOR=vi rails credentials:edit
```
Past the db encryption key data into this file, save, and exit.
Paste the db encryption key data into this file, save, and exit.

NB, the credentials file is decoded by a key placed in
`config/master.key`. Be sure to save this file (it is .gitignored)!
Expand Down

0 comments on commit 6b711fa

Please sign in to comment.