mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-04 20:05:16 +02:00
chore(dev): document storage env vars and add azurite service
This commit is contained in:
parent
537b6e3b33
commit
a4f3af7ed8
2 changed files with 29 additions and 0 deletions
|
|
@ -293,6 +293,16 @@ LLAMA_CLOUD_API_KEY=llx-nnn
|
|||
# AZURE_DI_ENDPOINT=https://your-resource.cognitiveservices.azure.com/
|
||||
# AZURE_DI_KEY=your-key
|
||||
|
||||
# Original File Storage
|
||||
# Where to persist the original bytes of uploaded documents (for download today,
|
||||
# redaction / form-filling later). "local" needs no cloud creds and is the dev default.
|
||||
FILE_STORAGE_BACKEND=local
|
||||
# Local backend: directory for stored files (defaults to surfsense_backend/.local_object_store)
|
||||
# FILE_STORAGE_LOCAL_PATH=/var/lib/surfsense/object-store
|
||||
# Azure Blob backend (set FILE_STORAGE_BACKEND=azure):
|
||||
# AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net
|
||||
# AZURE_STORAGE_CONTAINER=surfsense-documents
|
||||
|
||||
# Daytona Sandbox (isolated code execution)
|
||||
# DAYTONA_SANDBOX_ENABLED=FALSE
|
||||
# DAYTONA_API_KEY=your-daytona-api-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue