-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 804 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 804 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
# Webhook Proxy Port Configuration
WEBHOOK_PROXY_PORT=8080
# Openclaw Service Configuration
# Replace with your actual openclaw service host and port
OPENCLAW_HOST=openclaw
OPENCLAW_PORT=8080
# Webhook Authentication Tokens
# Generate secure tokens for each webhook source
# GitLab: Configure in project Settings → Webhooks
GITLAB_WEBHOOK_TOKEN=your-gitlab-token-here
# Jenkins: Configure in Jenkins notification settings
JENKINS_WEBHOOK_TOKEN=your-jenkins-token-here
# Generic: For other CI/CD systems using Authorization header
GENERIC_WEBHOOK_API_KEY=Bearer your-api-key-here
# GitHub: Configure in repository Settings → Webhooks
GITHUB_WEBHOOK_SECRET=your-github-webhook-secret-here
# Gitea: Configure in repository Settings → Webhooks
GITEA_WEBHOOK_SECRET=your-gitea-webhook-secret-here