-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 878 Bytes
/
.env.example
File metadata and controls
31 lines (23 loc) · 878 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
30
31
# AgentX Monorepo - Environment Configuration
# Copy to .env.local and fill in your values
# Shared by: bdd, dev-server, apps/cli, apps/portagent
# ============================================
# Deepractice API Configuration (Required)
# ============================================
DEEPRACTICE_API_KEY=cr_xxxxx
DEEPRACTICE_BASE_URL=https://relay.deepractice.ai/api
DEEPRACTICE_MODEL=claude-haiku-4-5-20251001
# ============================================
# Test Mode
# ============================================
# Set to "true" to use real Claude API instead of mock
USE_REAL_API=false
# ============================================
# Server Configuration
# ============================================
PORT=5200
LOG_LEVEL=info
# ============================================
# Development Settings
# ============================================
NODE_ENV=development