-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
58 lines (57 loc) · 1.32 KB
/
config.example.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"slack": {
"token": "xoxb-...",
"verification_token": "U91Y33...",
"botname": "botname",
"debug": "true"
},
"google": {
"calendar": {
"user": "userowningthecalendar",
"rota_calendar_id": "",
"service": {
"type": "",
"project_id": "",
"private_key_id": "",
"private_key": "",
"client_email": "",
"client_id": "",
"auth_uri": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": ""
}
},
"docs": {
"user": "docs user the bot will behave as",
"service": {
"type": "",
"project_id": "",
"private_key_id": "",
"private_key": "",
"client_email": "",
"client_id": "",
"auth_uri": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": ""
}
},
"drive": {
"user": "drive user the bot will behave as",
"postmortem_file_id": "",
"service": {
"type": "",
"project_id": "",
"private_key_id": "",
"private_key": "",
"client_email": "",
"client_id": "",
"auth_uri": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": ""
}
}
}
}