-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample-settings.env
More file actions
36 lines (36 loc) · 867 Bytes
/
example-settings.env
File metadata and controls
36 lines (36 loc) · 867 Bytes
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
WTF_BOT_SETTINGS='{
"dictionaries": [
{
"name": "Example Organization Dictionary",
"repo": "user/repo",
"webhook_secret": "0123456789abcdefghijklmnopqrstuv",
"access_token": "0123456789abcdefghijklmnopqrstuv"
},
{
"name": "Example Team Dictionary",
"repo": "user/repo2",
"webhook_secret": "0123456789abcdefghijklmnopqrstuv",
"access_token": "0123456789abcdefghijklmnopqrstuv"
}
],
"slacks": [
{
"name": "example",
"dictionary": "0",
"secret": "0123456789abcdefghijklmnopqrstuv",
"access_token": "0123456789abcdefghijklmnopqrstuv",
"channels": [
{
"pattern": "teamname-.*",
"dictionary": "1"
}
]
}
],
"api_keys": [
{
"name": "Example User",
"token": "0123456789abcdefghijklmnopqrstuv"
}
]
}'