Add custom JWT TTL (#4234)

resolves #4224
This commit is contained in:
Timothy Carambat
2025-08-01 10:39:38 -07:00
committed by GitHub
parent c218a0dfe3
commit a9d9f9cdfd
5 changed files with 14 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ GID='1000'
# SIG_KEY='passphrase' # Please generate random string at least 32 chars long.
# SIG_SALT='salt' # Please generate random string at least 32 chars long.
# JWT_SECRET="my-random-string-for-seeding" # Only needed if AUTH_TOKEN is set. Please generate random string at least 12 chars long.
# JWT_EXPIRY="30d" # (optional) https://docs.anythingllm.com/configuration#custom-ttl-for-sessions
###########################################
######## LLM API SElECTION ################