From 1a2a6de9a7a1f496ea8874e20ed848ab9a8c57ba Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 14 Jun 2023 18:41:01 +0200 Subject: [PATCH] Improve README readability Signed-off-by: Knut Ahlers --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaccbaf..75cf020 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ For a better setup you can choose the backend which is used to store the secrets - `mem` - In memory storage (wiped on restart of the daemon) - `redis` - Storing the secrets in a hash under one key - - `REDIS_URL` - Redis connection string `redis://USR:PWD@HOST:PORT/DB` (pre Redis v6 use `auth` as user, afterwards use a user available in your ACLs) + - `REDIS_URL` - Redis connection string `redis://USR:PWD@HOST:PORT/DB` + (pre Redis v6 use `auth` as user, afterwards use a user available in your ACLs) - `REDIS_KEY` - Key prefix to store the keys under (Default `io.luzifer.ots`) - Common options - `SECRET_EXPIRY` - Expiry of the keys in seconds (Default `0` = no expiry)