-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathconfig.json.in
59 lines (59 loc) · 1.93 KB
/
config.json.in
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
58
59
{
"aace.alexa": {
"avsDeviceSDK": {
"deviceInfo": {
"clientId": "${YOUR_CLIENT_ID}",
"deviceSerialNumber": "${YOUR_DEVICE_SERIAL_NUMBER}",
"productId": "${YOUR_PRODUCT_ID}",
"manufacturerName": "${YOUR_MANUFACTURER_NAME}",
"description": "${YOUR_DESCRIPTION}"
},
"libcurlUtils": {
"CURLOPT_CAPATH": "/opt/AAC/etc/certs"
},
"miscDatabase": {
"databaseFilePath": "/opt/AAC/data/miscDatabase.db"
},
"certifiedSender": {
"databaseFilePath": "/opt/AAC/data/certifiedSender.db"
},
"alertsCapabilityAgent": {
"databaseFilePath": "/opt/AAC/data/alertsCapabilityAgent.db"
},
"notifications": {
"databaseFilePath": "/opt/AAC/data/notifications.db"
},
"capabilitiesDelegate": {
"databaseFilePath": "/opt/AAC/data/capabilitiesDatabase.db"
},
"deviceSettings": {
"databaseFilePath": "/opt/AAC/data/deviceSettings.db",
"defaultLocale":"en-US",
"defaultTimezone":"America/Vancouver"
}
}
},
"aace.storage": {
"localStoragePath": "/opt/AAC/data/aace-storage.db",
"storageType": "sqlite"
},
"aace.vehicle": {
"info": {
"make": "Amazon",
"model": "AACE",
"year": "2019",
"trim": "aac",
"geography": "US",
"version": "1.2.3",
"os": "Sample OS 1.0",
"arch": "Sample Arch 1.0",
"language": "en-US",
"microphone": "SingleArray",
"vehicleIdentifier": "Sample Identifier ABC"
},
"operatingCountry": "US"
},
"aace.cbl" : {
"enableUserProfile": false
}
}