-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 768 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 768 Bytes
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
# phi-redactor configuration
# Copy to .env and fill in your values
# Proxy server settings
PHI_REDACTOR_PORT=8080
PHI_REDACTOR_HOST=0.0.0.0
# Default LLM provider (openai, anthropic)
PHI_REDACTOR_DEFAULT_PROVIDER=openai
# Detection sensitivity: 0.0 (aggressive, more redaction) to 1.0 (permissive, less redaction)
PHI_REDACTOR_SENSITIVITY=0.5
# Local storage paths
PHI_REDACTOR_VAULT_PATH=~/.phi-redactor/vault.db
PHI_REDACTOR_AUDIT_PATH=~/.phi-redactor/audit/
PHI_REDACTOR_PLUGINS_DIR=~/.phi-redactor/plugins/
# Session settings
PHI_REDACTOR_SESSION_IDLE_TIMEOUT=1800
PHI_REDACTOR_SESSION_MAX_LIFETIME=86400
# Logging
PHI_REDACTOR_LOG_LEVEL=INFO
# Vault encryption (optional - auto-generated if not set)
# PHI_REDACTOR_VAULT_PASSPHRASE=your-secure-passphrase