mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 00:43:46 +01:00
Remove config value from header (#16763)
Signed-off-by: Fredrik Lanker <fredrik@lanker.se>
This commit is contained in:
parent
8a50312099
commit
c1fe945dd5
2 changed files with 2 additions and 1 deletions
1
changelog.d/16763.doc
Normal file
1
changelog.d/16763.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove value from header in configuration documentation for `refresh_token_lifetime`.
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue