-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.env.example
More file actions
49 lines (40 loc) · 1.73 KB
/
.env.example
File metadata and controls
49 lines (40 loc) · 1.73 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
# ============================================================================
# WCC AI Learning Series - Environment Variables
# ============================================================================
#
# SETUP INSTRUCTIONS:
# 1. Copy this file: cp .env.example .env (or copy .env.example .env on Windows)
# 2. Fill in your API keys below
# 3. Never commit .env to version control
#
# ============================================================================
# Session 1: Gemini API (REQUIRED)
# ============================================================================
GEMINI_API_KEY=your_gemini_api_key_here
# ============================================================================
# Optional: Alternative Platforms (Uncomment to use)
# ============================================================================
# OpenAI
# OPENAI_API_KEY=your_openai_api_key_here
# AWS (used by boto3)
# AWS_ACCESS_KEY_ID=your_aws_access_key_id
# AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key
# AWS_REGION=us-east-1
# Anthropic Claude
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Cohere
# COHERE_API_KEY=your_cohere_api_key_here
# ============================================================================
# Optional: Advanced Features (Uncomment to use)
# ============================================================================
# Google Cloud (for Vertex AI or DLP)
# GCP_PROJECT_ID=your-project-id
# GCP_LOCATION=us-central1
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# ===============================================
# MCP Session5
# ================================================
GITHUB_TOKEN=XXXXXXXXXXXXXX
PROJECT_ID=your-project-id
REGION=us-central1
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json