feat: add encryption key to settings [LET-4245]
add encryption key to settings Co-authored-by: Letta Bot <noreply@letta.com>
This commit is contained in:
@@ -306,6 +306,9 @@ class Settings(BaseSettings):
|
||||
tpuf_region: str = "gcp-us-central1"
|
||||
embed_all_messages: bool = False
|
||||
|
||||
# For encryption
|
||||
encryption_key: Optional[str] = None
|
||||
|
||||
# File processing timeout settings
|
||||
file_processing_timeout_minutes: int = 30
|
||||
file_processing_timeout_error_message: str = "File processing timed out after {} minutes. Please try again."
|
||||
|
||||
Reference in New Issue
Block a user