aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
commitac170d8a00663cf2dc734516913641c544faa105 (patch)
tree7b71db5ef6e6d8f89377c3d44bebdeeb91b9d441 /rust/README.md
parentfafc32e0ea1adc95eea817af7273d4c47422b364 (diff)
downloadfatcat-ac170d8a00663cf2dc734516913641c544faa105.tar.gz
fatcat-ac170d8a00663cf2dc734516913641c544faa105.zip
codespell fixes to various other docs
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index 6f213629..36061240 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -71,7 +71,7 @@ All configuration goes through environment variables, the notable ones being:
- `TEST_DATABASE_URL`: used when running `cargo test`
- `AUTH_LOCATION`: the domain authentication tokens should be valid over
- `AUTH_KEY_IDENT`: a unique name for the primary auth signing key (used to
- find the correct key after key rotation has occured)
+ find the correct key after key rotation has occurred)
- `AUTH_SECRET_KEY`: base64-encoded secret key used to both sign and verify
authentication tokens (symmetric encryption)
- `AUTH_ALT_KEYS`: additional ident/key pairs that can be used to verify tokens