mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 19:19:41 +02:00
fix(matrix): set session_lifetime >= refresh_token_lifetime
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d614587820
commit
7f3842b63c
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ password_config:
|
|||
localdb_enabled: true
|
||||
pepper: "${SYNAPSE_PASSWORD_PEPPER:-change-me-pepper}"
|
||||
|
||||
# Session lifetime
|
||||
session_lifetime: 24h
|
||||
# Session lifetime (must be >= refresh_token_lifetime)
|
||||
session_lifetime: 168h
|
||||
refresh_token_lifetime: 168h
|
||||
|
||||
# ============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue