Changeset 0.12.0 (#63)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Chat Switchboard v0.9 - Server Environment Variables
|
||||
# Chat Switchboard v0.12 - Server Environment Variables
|
||||
# Copy this file to .env and fill in the values
|
||||
|
||||
# ── Server ───────────────────────────────────
|
||||
@@ -44,3 +44,22 @@ CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
|
||||
|
||||
# ── Logging ──────────────────────────────────
|
||||
LOG_LEVEL=info
|
||||
|
||||
# ── File Storage ─────────────────────────────
|
||||
# Backend: "pvc" (local filesystem), "s3" (S3-compatible), or empty (auto-detect)
|
||||
STORAGE_BACKEND=
|
||||
STORAGE_PATH=/data/storage
|
||||
|
||||
# S3 settings (only when STORAGE_BACKEND=s3)
|
||||
# Works with MinIO, Ceph RGW, AWS S3.
|
||||
# S3_ENDPOINT=http://minio:9000
|
||||
# S3_BUCKET=switchboard-storage
|
||||
# S3_ACCESS_KEY=
|
||||
# S3_SECRET_KEY=
|
||||
# S3_REGION=us-east-1
|
||||
# S3_PREFIX= # optional key prefix for shared buckets
|
||||
# S3_FORCE_PATH_STYLE=true # required for MinIO, Ceph RGW
|
||||
|
||||
# ── Extraction ───────────────────────────────
|
||||
# EXTRACTION_MODE=inline # "inline" or "sidecar"
|
||||
# EXTRACTION_CONCURRENCY=3
|
||||
|
||||
Reference in New Issue
Block a user