-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 834 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (15 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Slack Bot Configuration
# Copy this file to .env and fill in your actual values
# Your Slack Bot Token (starts with xoxb-)
# Get this from: https://api.slack.com/apps -> Your App -> OAuth & Permissions
SLACK_BOT_TOKEN=xoxb-your-bot-token-here
# Your Slack Signing Secret
# Get this from: https://api.slack.com/apps -> Your App -> Basic Information -> App Credentials
SLACK_SIGNING_SECRET=your-signing-secret-here
# Port to run the bot on (default: 3000)
PORT=3000
# App-Level Token for Socket Mode (starts with xapp-), optional.
# Get this from: https://api.slack.com/apps -> Your App -> Basic Information -> App-Level Tokens
# Create a token with the connections:write scope, then enable Socket Mode.
# If set, the bot connects over a websocket and needs no public URL / tunnel.
SLACK_APP_TOKEN=xapp-your-app-level-token-here