added local_sim client and fixed remember me timeouts

This commit is contained in:
2026-05-14 14:45:38 +03:00
parent ba24a20097
commit 5c17acddaa
2 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ defaultLocale: ru
supportedLocales:
- ru
ssoSessionIdleTimeout: 1800 # 30 minutes
ssoSessionMaxLifespan: 28800 # 8 hours
ssoSessionIdleTimeoutRememberMe: 604800 # 7 days
ssoSessionMaxLifespanRememberMe: 31536000 # 1 year
smtpServer:
# Sender Details
from: $(EMAIL_ADRESS)