-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (28 loc) · 1.14 KB
/
Copy path.env.example
File metadata and controls
38 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
CLIENT_ID=
CLIENT_SECRET=
CSS_BASE_URL=http://localhost:3000
SOLID_POD_URL=http://localhost:3000/<your-username>/
# Wachtwoord voor Bridge-toegang (wordt automatisch gehasht met bcrypt bij opstart)
# Als niet ingesteld, wordt CSS_PASSWORD gebruikt als fallback
# BRIDGE_PASSWORD=jouw-veilig-wachtwoord
# Flask secret key voor sessies (wordt automatisch gegenereerd als leeg)
# FLASK_SECRET_KEY=
# === Bridge configuratie (optioneel) ===
# Zet deze waarden als je de Bridge-dienst gebruikt
# Base URL voor deellinks via internet
# SHARE_BASE_URL=https://bridge.mysolido.com
# SSH-verbinding naar de Bridge VPS
# BRIDGE_HOST=bridge@123.45.67.89
# BRIDGE_PATH=/home/bridge/.data/
# BRIDGE_SSH_KEY=~/.ssh/id_ed25519
# Automatisch synchroniseren na elke wijziging (true/false)
# BRIDGE_AUTO_SYNC=true
# === AI-assistent configuratie ===
# AI-provider: "local" (Ollama) of "hybrid" (Claude API voor antwoorden)
AI_PROVIDER=local
# Anthropic API-key (alleen nodig bij hybrid modus)
# Verkrijg een key op https://console.anthropic.com
# ANTHROPIC_API_KEY=
# OCR Provider: "local" (Tesseract) of "mistral" (Mistral OCR - EU cloud)
OCR_PROVIDER=local
MISTRAL_API_KEY=