it0/.env.example

39 lines
711 B
Plaintext

# Database
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=it0
DB_PASSWORD=it0_dev
DB_DATABASE=it0
# Redis
REDIS_URL=redis://localhost:6379
# JWT
JWT_SECRET=your-jwt-secret-change-in-production
JWT_EXPIRES_IN=24h
# Agent Engine
AGENT_ENGINE_TYPE=claude_code_cli
ANTHROPIC_API_KEY=your-api-key
# Vault
VAULT_MASTER_KEY=your-vault-master-key-change-in-production
# Voice Service
VOICE_SERVICE_URL=http://localhost:3008
# Twilio (for phone calls)
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
# Services
AUTH_SERVICE_PORT=3001
AGENT_SERVICE_PORT=3002
OPS_SERVICE_PORT=3003
INVENTORY_SERVICE_PORT=3004
MONITOR_SERVICE_PORT=3005
COMM_SERVICE_PORT=3006
AUDIT_SERVICE_PORT=3007
VOICE_SERVICE_PORT=3008