forked from integrations/slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
43 lines (33 loc) · 1.19 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# GitHub settings
# See https://github.com/github-slack/app/blob/master/CONTRIBUTING.md#configuring-a-github-app
APP_ID=
WEBHOOK_SECRET=development
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
DISABLE_STATS=true
# Slack settings
# See https://github.com/github-slack/app/blob/master/CONTRIBUTING.md#configuring-a-slack-app
SLACK_APP_ID=
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_VERIFICATION_TOKEN=
SLACK_API_URL="https://slack.com/api/"
SLACK_ROOT_URL="https://slack.com"
# Uncomment this to get verbose logging
# LOG_LEVEL=trace # or `info` to show less
# Subdomain to use for localtunnel server. Defaults to your local username.
# SUBDOMAIN=
# Redis
REDIS_URL="redis://localhost:6379"
# Token for unfurling public URLs and getting installations (temporary)
GITHUB_TOKEN=
# Secret to use for encrypting secrets in the database
# Generate a new key with: $ openssl rand -hex 32
STORAGE_SECRET=
# Session secret used for signing cookies in the web interface
# Generate a new key with: $ openssl rand -hex 32
SESSION_SECRET=
# Comma separated list of channel ids with early access to new features
EARLY_ACCESS_CHANNELS=
# Comma separated list of team ids with early access to new features
EARLY_ACCESS_WORKSPACES=