-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (22 loc) · 736 Bytes
/
.env.example
File metadata and controls
29 lines (22 loc) · 736 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
28
29
# Environment Variables for FuzeAgent
# Copy this file to .env and fill in your actual values
# Database Configuration
POSTGRES_PASSWORD=your-secure-postgres-password
# Message Queue Configuration
RABBITMQ_PASSWORD=your-secure-rabbitmq-password
# Cache Configuration
REDIS_PASSWORD=your-secure-redis-password
# AI/ML API Keys
ANTHROPIC_API_KEY=your-anthropic-api-key-here
OPENAI_API_KEY=your-openai-api-key-here
# Security
JWT_SECRET=your-jwt-secret-key
ENCRYPTION_KEY=your-base64-encoded-encryption-key
# Development Settings
NODE_ENV=development
DEBUG=true
# Optional: OpenTelemetry Configuration
OTEL_METRICS_EXPORTER=console
CLAUDE_CODE_ENABLE_TELEMETRY=1
CLAUDE_CODE_WORKSPACE_ID=fuzeagent
CLAUDE_CODE_PROJECT_NAME=FuzeAgent