-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenv.template.txt
28 lines (23 loc) · 1.05 KB
/
env.template.txt
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
# rename to .env which is gitignored and safe for secrets
# you can source into your shell with:
# set -o allexport; source .env; set +o allexport
# Found under Features->OAuth & Permissions->Bot User OAuth Token
# Usually starts with 'xoxb-'
SLACK_BOT_TOKEN=
# Found under Settings->Basic Information->App-Level Tokens->Tokens
# If nothing is present here, you may need to generate it,
# Requires the `conections:write` permission.
SLACK_APP_TOKEN=
# Find this in the slack browser client URL when you have the channel open, it's the last URL component usually e.g. C01APTJAM7D
SLACK_REPORT_CHANNEL_ID=<replace-me> # e.g. C01KHKNJUKE
SLACK_REPORT_CHANNEL_CRIME_ID=<replace-me> # e.g. C01KHKNJUKD
JIRA_START_TRANSITION_ID=21
JIRA_WITHDRAWN_TRANSITION_ID=31
JIRA_DONE_TRANSITION_ID=41
JIRA_PROJECT=SBOX
JIRA_ISSUE_TYPE_ID=18400
JIRA_ISSUE_TYPE_NAME=Support
JIRA_USERNAME=<your-jira-username>
# create token using this guide https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
JIRA_API_TOKEN=<your-jira-api-token>
FAST_STARTUP=true