Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
46
.env.example
Normal file
46
.env.example
Normal file
@@ -0,0 +1,46 @@
|
||||
# =========================================================
|
||||
# BreakPilot Compliance — Environment Variables
|
||||
# =========================================================
|
||||
# Copy to .env and adjust values
|
||||
# NOTE: Core must be running! These vars reference Core services.
|
||||
|
||||
# Database (same as Core)
|
||||
POSTGRES_USER=breakpilot
|
||||
POSTGRES_PASSWORD=breakpilot123
|
||||
POSTGRES_DB=breakpilot_db
|
||||
|
||||
# Security
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||||
|
||||
# Environment
|
||||
ENVIRONMENT=development
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# LLM Configuration
|
||||
COMPLIANCE_LLM_PROVIDER=ollama
|
||||
SELF_HOSTED_LLM_URL=http://host.docker.internal:11434
|
||||
SELF_HOSTED_LLM_MODEL=llama3.2
|
||||
COMPLIANCE_LLM_MAX_TOKENS=4096
|
||||
COMPLIANCE_LLM_TEMPERATURE=0.3
|
||||
COMPLIANCE_LLM_TIMEOUT=120
|
||||
|
||||
# Anthropic (optional fallback)
|
||||
ANTHROPIC_API_KEY=
|
||||
ANTHROPIC_DEFAULT_MODEL=claude-sonnet-4-5-20250929
|
||||
|
||||
# SDK
|
||||
PII_REDACTION_ENABLED=true
|
||||
PII_REDACTION_LEVEL=standard
|
||||
AUDIT_RETENTION_DAYS=365
|
||||
AUDIT_LOG_PROMPTS=true
|
||||
|
||||
# Frontend URLs
|
||||
NEXT_PUBLIC_API_URL=https://macmini:8002
|
||||
NEXT_PUBLIC_SDK_URL=https://macmini:8093
|
||||
|
||||
# Session
|
||||
SESSION_TTL_HOURS=24
|
||||
|
||||
# SMTP (uses Core Mailpit)
|
||||
SMTP_HOST=bp-core-mailpit
|
||||
SMTP_PORT=1025
|
||||
Reference in New Issue
Block a user