[docs-only] Use correct envvar caching names in service readme's

This commit is contained in:
mmattel
2023-05-16 15:54:37 +02:00
parent 6bfbc698f2
commit edc4c4bb42
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Running the `userlog` service without running the `eventhistory` service is not
## Storing
The `userlog` service persists information via the configured store in `USERLOG_STORE_TYPE`. Possible stores are:
The `userlog` service persists information via the configured store in `USERLOG_STORE`. Possible stores are:
- `memory`: Basic in-memory store and the default.
- `ocmem`: Advanced in-memory store allowing max size.
- `redis`: Stores data in a configured Redis cluster.