-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
13 lines (10 loc) · 596 Bytes
/
.env.example
File metadata and controls
13 lines (10 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example environment variables
# Copy this file to .env and fill in your actual values
# Slack Bot Token (get from https://api.slack.com/apps)
# Required scopes: channels:history, groups:history, im:history, mpim:history
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token-here
# GitHub Personal Access Token (get from GitHub Settings > Developer settings > Personal access tokens)
# Required permissions: repo (for private repos) or public_repo (for public repos only)
GITHUB_TOKEN=ghp_your-github-personal-access-token-here
# Debug mode (optional) - set to 'true' to enable debug logging
DEBUG=false