forked from strongdm/accessbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
env-file.example
42 lines (33 loc) · 1.91 KB
/
env-file.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
# You can copy this file as "env-file" for your docker-compose
# IMPORTANT: Do not enclose values in double or single quotes
# ------------------------------------------------------------------------------
# | GENERAL ENV VARS |
# ------------------------------------------------------------------------------
# These vars are required for any SDM_BOT_PLATFORM.
SDM_BOT_PLATFORM=slack # possible values: slack, slack-classic, ms-teams
SDM_API_ACCESS_KEY=
SDM_API_SECRET_KEY=
# ------------------------------------------------------------------------------
# | SLACK BOLT ENV VARS |
# ------------------------------------------------------------------------------
# You need to use the following vars when SDM_BOT_PLATFORM var is "slack":
# SLACK_APP_TOKEN=
# SLACK_BOT_TOKEN=
# SDM_ADMINS=@nickname
# ------------------------------------------------------------------------------
# | SLACK CLASSIC ENV VARS |
# ------------------------------------------------------------------------------
# You need to use the following vars when SDM_BOT_PLATFORM var is "slack-classic":
# SLACK_TOKEN=
# SDM_ADMINS=@nickname
# ------------------------------------------------------------------------------
# | MS-TEAMS ENV VARS |
# ------------------------------------------------------------------------------
# You need to use the following vars when SDM_BOT_PLATFORM var is "ms-teams":
# SDM_ADMINS=user@email.com
# AZURE_APP_ID=
# AZURE_APP_PASSWORD=
# ------------------------------------------------------------------------------
# | OPTIONAL VARS |
# ------------------------------------------------------------------------------
# See: docs/CONFIGURE_ACCESSBOT.md