-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.template.json
More file actions
executable file
·29 lines (29 loc) · 1.05 KB
/
config.template.json
File metadata and controls
executable file
·29 lines (29 loc) · 1.05 KB
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
{
"bot": {
"client_id": "your-client-id",
"client_secret": "your-client-secret",
"domain": "circuitsandbox.net",
"first_name": "Office",
"last_name": "Reception"
},
"virtualEnvironment": "set-to-true-only-if-running-raspbian-in-a-virtual-environment",
"botOwnerEmail": "bot-administrator-circuit-email",
"monitoringConvId": "convid-from-where-bot-accepts-admin-commands",
"gcsKeyFilePathName": "path/to/your/google/cloud/key/file/name",
"gcsSpeechContexts": [
{
"phrases": ["William", "Roberto", "Any-other-proper-names-to-help-gcs-recognized-speech"]
}
],
"logFile": "relative-or-absolute-path-and-filename",
"receptionist": {
"firstName": "Reception",
"lastName": "Pam Besley",
"avatar": "./assets/icons/Pam-Beesly.jpg",
"avatarLarge": "./assets/icons/Pam-Beesly.jpg",
"groupConvId": "convid-with-participants-that-can-play-reception-role"
},
"office": {
"title": "title-to-display-on-the header"
}
}