Initial: Privacy Gateway Projekt mit Team-Implementierung

This commit is contained in:
root
2026-05-09 05:58:21 +00:00
commit a25b234405
49 changed files with 5107 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=privacy_gateway
DB_USER=postgres
DB_PASSWORD=your_password
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
# Ollama (Local Anonymizer)
OLLAMA_HOST=localhost
OLLAMA_PORT=11434
OLLAMA_TARGET_HOST=localhost
OLLAMA_TARGET_PORT=11434
# Models
ANONYMIZATION_MODEL=llama3.2
CHAT_MODEL=llama3.2
# Server
PORT=3000
NODE_ENV=development
LOG_LEVEL=info