mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Update litellm/constants.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
6974b6de68
commit
d276d273c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1316,7 +1316,7 @@ CLI_JWT_EXPIRATION_HOURS = int(
|
|||
|
||||
########################### UI SESSION DURATION ###########################
|
||||
# Duration for UI login session (username/password, SSO). Format: "30s", "30m", "24h", "7d"
|
||||
# Applies to both default and EXPERIMENTAL_UI_LOGIN flows
|
||||
# Applies to default login flows (not EXPERIMENTAL_UI_LOGIN which uses its own 10-minute expiry)
|
||||
LITELLM_UI_SESSION_DURATION = os.getenv("LITELLM_UI_SESSION_DURATION", "24h")
|
||||
|
||||
########################### DB CRON JOB NAMES ###########################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue