-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 837 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Patchbot environment configuration
# Copy this file to .env and fill in your values
# GitLab API token (required for discover command)
# Create at: https://gitlab.com/-/user_settings/personal_access_tokens
# Required scopes: read_api
GITLAB_TOKEN=glpat-xxxxxxxxxxxxxxxxxxxx
# GitLab instance URL (optional, defaults to https://gitlab.com)
GITLAB_URL=https://gitlab.com
# Default GitLab namespace to discover (group path or username)
# Auto-detects whether it's a group or user
GITLAB_NAMESPACE=acmeusernameongitlabcom
# Optional: Override Git user for commits
# If not set, uses system default (git config user.name/email)
# BOT_GIT_NAME=Patchbot
# BOT_GIT_EMAIL=patchbot@example.com
# Optional: Override cache directory for cloned repositories
# Defaults to ~/.cache/patchbot or /tmp/patchbot
# PATCHBOT_CACHE_DIR=/path/to/cache