Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 21 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# API KEYS
API_KEY=
API_SECRET=

# DATABASE
DB_HOST=
DB_USER=
DB_PASS=
DB_NAME=
# ThumbCode Environment Configuration
# BYOK (Bring Your Own Keys) - User-owned credentials only

# AI Provider API Keys
# Get your Anthropic API key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=your-anthropic-api-key-here

# Get your OpenAI API key from: https://platform.openai.com/
OPENAI_API_KEY=your-openai-api-key-here

# GitHub Integration
# Generate a personal access token: https://github.com/settings/tokens
# Required scopes: repo, workflow
GITHUB_TOKEN=your-github-token-here

# Optional: Expo configuration
EXPO_PUBLIC_APP_ENV=development

# Optional: Custom API endpoints (if using proxies)
# ANTHROPIC_API_URL=https://api.anthropic.com
# OPENAI_API_URL=https://api.openai.com