-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 781 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 781 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
# API Keys (backup - config file takes precedence)
# Recommended: use ~/.clarissa/config.json instead
# Run 'clarissa init' to set up config file
# OpenRouter - https://openrouter.ai/keys
OPENROUTER_API_KEY=
# OpenAI - https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Anthropic - https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=
# Optional settings
MAX_ITERATIONS=10
DEBUG=false
# App Store Connect API - for TestFlight uploads
# Create an API key at: https://appstoreconnect.apple.com/access/integrations/api
# Required for: apple/scripts/build-and-upload.sh
APPLE_TEAM_ID=
APP_STORE_CONNECT_KEY_ID=
APP_STORE_CONNECT_ISSUER_ID=
# Path to .p8 API key file (download from App Store Connect)
APP_STORE_CONNECT_KEY_PATH=~/.private_keys/AuthKey_XXXXXXXXXX.p8