summary refs log tree commit diff
path: root/docs/usage/configuration
diff options
context:
space:
mode:
authorFredrik Lanker <fredrik@lanker.se>2024-01-02 12:50:50 +0100
committerGitHub <noreply@github.com>2024-01-02 11:50:50 +0000
commitc1fe945dd57b0cee36663773fe225d0501096d86 (patch)
tree4cd6a2a0c28571777804bc42622f3f581b360ed7 /docs/usage/configuration
parentMove the rust stubs inline for better IDE integration (#16757) (diff)
downloadsynapse-c1fe945dd57b0cee36663773fe225d0501096d86.tar.xz
Remove config value from header (#16763)
Signed-off-by: Fredrik Lanker <fredrik@lanker.se>
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r--docs/usage/configuration/config_documentation.md2
1 files changed, 1 insertions, 1 deletions
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).