-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 732 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 732 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
# GitSage Environment Configuration
# Copy this file to .env and fill in your values:
# cp .env.example .env
# Required: GitHub Personal Access Token (read-only scope)
# Create one at: https://github.com/settings/tokens
GITHUB_TOKEN=ghp_your_token_here
# Required: GitHub organisation to index
GITHUB_ORG=your-org-name
# Required: OpenAI API key
# Get one at: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-key-here
# Optional: Copilot Extension webhook secret (for production)
# COPILOT_WEBHOOK_SECRET=your-webhook-secret
# Optional: PostgreSQL settings (defaults work with Docker Compose)
# POSTGRES_HOST=localhost
# POSTGRES_PORT=5432
# POSTGRES_DB=gitsage
# POSTGRES_USER=gitsage
# POSTGRES_PASSWORD=gitsage