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
@ -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…
Reference in New Issue
Block a user