From b0f12c507b814e6b21eb33cf2f02910571a52f21 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 --- changelog.d/16763.doc | 1 + docs/usage/configuration/config_documentation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/16763.doc diff --git a/changelog.d/16763.doc b/changelog.d/16763.doc new file mode 100644 index 0000000000..d662258669 --- /dev/null +++ b/changelog.d/16763.doc @@ -0,0 +1 @@ +Remove value from header in configuration documentation for refresh_token_lifetime. diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 3e49b8a299..8723b9a3fe 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).