-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 741 Bytes
/
.env.example
File metadata and controls
33 lines (26 loc) · 741 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
32
33
# Database
DATABASE_URL=postgresql://cku:dev@localhost:5432/cku
# Redis
REDIS_URL=redis://localhost:6379
# Auth & Security
CKU_SERVICE_ACCOUNT_SECRET=change-me-in-production
CKU_LEGACY_API_KEYS_ENABLED=false
CKU_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:4000
# Server
PORT=8080
NODE_ENV=development
LOG_LEVEL=info
# InsForge
INSFORGE_ISSUER=https://insforge.example.com
INSFORGE_AUDIENCE=code-kit-ultra
INSFORGE_JWKS_URL=https://insforge.example.com/.well-known/jwks.json
# AI Adapters
ANTHROPIC_API_KEY=sk-...
OPENAI_API_KEY=sk-...
GOOGLE_API_KEY=...
# Optional: Observability
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
# Optional: GitHub Integration
GITHUB_APP_ID=
GITHUB_APP_PRIVATE_KEY=
GITHUB_WEBHOOK_SECRET=