diff options
-rw-r--r-- | changelog.d/16763.doc | 1 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16763.doc b/changelog.d/16763.doc new file mode 100644 index 0000000000..e4236e8ef6 --- /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). |