From 801bd8d6574445813189d2caa5d36f6ac0599d6e Mon Sep 17 00:00:00 2001 From: Fredrik Lanker Date: Tue, 19 Dec 2023 09:24:29 +0100 Subject: [PATCH] Remove config value from header Signed-off-by: Fredrik Lanker --- docs/usage/configuration/config_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 3e49b8a2991..8723b9a3feb 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2680,7 +2680,7 @@ Example configuration: refreshable_access_token_lifetime: 10m ``` --- -### `refresh_token_lifetime: 24h` +### `refresh_token_lifetime` Time that a refresh token remains valid for (provided that it is not exchanged for another one first).