-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 733 Bytes
/
.env.example
File metadata and controls
23 lines (17 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# DevOps as Apps - Environment Configuration
# Copy this file to .env and fill in your actual values
# ConfigHub Authentication (REQUIRED)
# Get your token from: cub auth get-token
CUB_TOKEN=your-confighub-token-here
# Claude AI API Key (REQUIRED for intelligent analysis)
# Get from: https://console.anthropic.com/settings/keys
CLAUDE_API_KEY=your-claude-api-key-here
# Optional: Specific ConfigHub space (auto-created if not set)
# CONFIGHUB_SPACE_ID=
# Feature Flags
# Set to "false" to disable Claude AI (will use basic analysis)
ENABLE_CLAUDE=true
# Set to "true" for verbose Claude prompt/response logging
CLAUDE_DEBUG_LOGGING=true
# Set to "false" to disable ConfigHub integration (local mode only)
ENABLE_CONFIGHUB=true