-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (45 loc) · 1.63 KB
/
.env.example
File metadata and controls
58 lines (45 loc) · 1.63 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Driftal CLI Environment Variables
# Copy this file to .env and fill in your values
# ============================================
# AI API Keys (Optional)
# ============================================
# You can either:
# 1. Run 'driftal login' to authenticate (RECOMMENDED)
# 2. OR set these environment variables manually
# Anthropic API Key
# Get yours at: https://console.anthropic.com/
ANTHROPIC_API_KEY=
# OpenAI API Key
# Get yours at: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Google Gemini API Key
# Get yours at: https://ai.google.dev/gemini-api/docs/api-key
GEMINI_API_KEY=
# ============================================
# Moss Indexing Service (Optional)
# ============================================
# Moss provides fast code indexing
# Get credentials at: https://usemoss.dev
# If not provided, Driftal will use default shared credentials
MOSS_PROJECT_ID=
MOSS_PROJECT_KEY=
# ============================================
# Redis Cache (Optional)
# ============================================
# Redis is used for caching review results
# Format: redis://user:password@host:port or rediss:// for TLS
# Get a free Redis instance at: https://upstash.com/
REDIS_URL=
# ============================================
# Cloud Services (Optional)
# ============================================
# For advanced cloud features
# Scout Cloud API Key (if using cloud features)
SCOUT_CLOUD_API_KEY=
# ============================================
# Debug & Development
# ============================================
# Enable debug mode (0 = off, 1 = on)
DRIFTAL_DEBUG=0
# Initial working directory (auto-detected, usually not needed)
# INIT_CWD=