-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (31 loc) · 1.04 KB
/
.env.example
File metadata and controls
40 lines (31 loc) · 1.04 KB
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
30
31
32
33
34
35
36
37
38
39
40
# Code-Swarm Environment Configuration
# Copy to .env and fill in your values.
# Production values should come from Infisical or your deploy env.
# ========== SECURITY ==========
SECRET_KEY=change-me-to-a-random-64-byte-secret
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
ENVIRONMENT=development
# ========== PATHS ==========
CODE_SWARM_BASE_DIR=.
# ========== DATABASE ==========
DATABASE_URL=postgresql://user:password@localhost:5432/code_swarm
REDIS_URL=redis://localhost:6379/0
# ========== SUPABASE ==========
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_KEY=your-service-key
# ========== MCP / SIMONE ==========
SIMONE_MCP_URL=http://localhost:8234
# ========== MODELS ==========
PRIMARY_MODEL=fireworks-ai/minimax-m2.7
VISION_MODEL=nvidia/nvidia/nemotron-3-nano-omni
# ========== PERFORMANCE ==========
MAX_WORKERS=10
RATE_LIMIT=1000/hour
# ========== MONITORING ==========
SENTRY_DSN=
PROMETHEUS_ENABLED=true
# ========== INFRA ==========
OCI_VM_HOST=
OCI_VM_USER=ubuntu
K3S_KUBECONFIG=