-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 926 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# GITHUB_TOKEN is not needed — the tool automatically uses `gh auth token` (GitHub CLI).
# Only set this if you want to override it with a specific token.
# GITHUB_TOKEN=your_token_here
OPENAI_API_KEY=your_openai_api_key_here
# GitHub API base URL — override for GitHub Enterprise Server (GHES)
# Default (github.com): https://api.github.com
# GHES example: https://github.yourcompany.com/api/v3
GITHUB_API_BASE_URL=https://api.github.com
# SMTP credentials for sending the email (only needed when NOT using --no-email)
EMAIL_USER=your_email_here
EMAIL_PASS=your_email_password_here
EMAIL_HOST=smtp-relay.brevo.com # default: smtp-relay.brevo.com
EMAIL_PORT=587
EMAIL_SECURE=false
# Webhook URL for Teams (or any HTTP POST webhook) — only needed when NOT using --no-webhook
# Leave unset to silently skip webhook notifications
WEBHOOK_URL=https://your-teams-webhook-url-here