diff options
author | Fredrik Lanker <fredrik@lanker.se> | 2024-01-02 12:50:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 11:50:50 +0000 |
commit | c1fe945dd57b0cee36663773fe225d0501096d86 (patch) | |
tree | 4cd6a2a0c28571777804bc42622f3f581b360ed7 | |
parent | Move the rust stubs inline for better IDE integration (#16757) (diff) | |
download | synapse-c1fe945dd57b0cee36663773fe225d0501096d86.tar.xz |
Remove config value from header (#16763)
Signed-off-by: Fredrik Lanker <fredrik@lanker.se>
-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). |