forked from LazzaAU/PycharmSettings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigTemplate.json
611 lines (611 loc) · 14.8 KB
/
configTemplate.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
{
"delegateNluTraining": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "When activated, the NLU training part will not happen on this device but delegated to another device of your mqtt network.",
"category": "nlu"
},
"timezone": {
"defaultValue": "Europe/Zurich",
"dataType": "string",
"isSensitive": false,
"description": "Your timezone",
"beforeUpdate": "updateTimezone",
"category": "system"
},
"asoundConfig": {
"defaultValue": "",
"dataType": "longstring",
"isSensitive": false,
"description": "Your asound settings",
"beforeUpdate": "injectAsound",
"category": "system"
},
"recordAudioAfterWakeword": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Allow audio record after a wakeword is detected to keep the last user speech. Can be usefull for recording skills",
"category": "system"
},
"deviceName": {
"defaultValue": "default",
"dataType": "string",
"isSensitive": false,
"description": "Name this Alice unit. It is good practice to use a room/location name to name your devices.",
"category": "device"
},
"sessionTimeout": {
"defaultValue": 10,
"dataType": "integer",
"isSensitive": false,
"description": "Defines the number of seconds before a session times out for inactivity",
"category": "device"
},
"adminPinCode": {
"defaultValue": 1234,
"dataType": "integer",
"isSensitive": true,
"description": "Admin pin code, only numbers, 4 digits",
"beforeUpdate": "checkNewAdminPinCode",
"onUpdate": "updateAdminPinCode",
"category": "system"
},
"ibmCloudAPIKey": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "API key for IBM Cloud Watson Tts and ASR",
"category": "credentials"
},
"ibmCloudAPIURL": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "API url for IBM Cloud Watson Tts and ASR",
"category": "credentials"
},
"autoReportSkillErrors": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "If true, an error thrown by a skill will automatically post a github issue and ping the author",
"category": "system"
},
"disableSoundAndMic": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "If this device is a server without sound and mic, turn this to true",
"onUpdate": "enableDisableSound",
"category": "device"
},
"notUnderstoodRetries": {
"defaultValue": 3,
"dataType": "integer",
"isSensitive": false,
"description": "Defines how many times Alice will ask to repeat if not understood before she gives up",
"category": "system"
},
"ssid": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "Your Wifi name",
"category": "device"
},
"debug": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "If true debug logs will show",
"onUpdate": "toggleDebugLogs",
"category": "system"
},
"wifipassword": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "Your Wifi password",
"category": "device"
},
"mqttHost": {
"defaultValue": "localhost",
"dataType": "string",
"isSensitive": false,
"description": "Mqtt server ip adress",
"onUpdate": "updateMqttSettings",
"category": "mqtt"
},
"mqttPort": {
"defaultValue": 1883,
"dataType": "integer",
"isSensitive": false,
"description": "Mqtt server port",
"onUpdate": "updateMqttSettings",
"category": "mqtt"
},
"mqttUser": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "Mqtt user. Leave blank if not password protected",
"onUpdate": "updateMqttSettings",
"category": "mqtt"
},
"mqttPassword": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "Mqtt password. Leave blank if not password protected",
"onUpdate": "updateMqttSettings",
"category": "mqtt"
},
"mqttTLSFile": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "Mqtt TLS file path for SSL",
"onUpdate": "updateMqttSettings",
"category": "mqtt"
},
"enableDataStoring": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Enables local telemetry data storing",
"category": "system"
},
"autoPruneStoredData": {
"defaultValue": 0,
"dataType": "integer",
"isSensitive": false,
"description": "Set to max entries to keep, 0 to disable pruning",
"category": "system"
},
"probabilityThreshold": {
"defaultValue": 0.45,
"dataType": "float",
"isSensitive": false,
"description": "Captured intents with lower probability score than this settings will trigger Alice not understood",
"category": "system"
},
"stayCompletlyOffline": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Nothing goes out! Well, that also means no skill updates, no access to web APIs",
"category": "system"
},
"keepASROffline": {
"defaultValue": true,
"dataType": "boolean",
"isSensitive": false,
"description": "Do not use any online Asr such as Google Asr",
"category": "asr"
},
"keepTTSOffline": {
"defaultValue": true,
"dataType": "boolean",
"isSensitive": false,
"description": "Do not use any online Tts such as Google Wavenet or Amazon Polly",
"category": "tts"
},
"shortReplies": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Use only short replies from Alice, when available",
"category": "system"
},
"whisperWhenSleeping": {
"defaultValue": true,
"dataType": "boolean",
"isSensitive": false,
"description": "Only available with Amazon Polly",
"category": "tts"
},
"newDeviceBroadcastPort": {
"defaultValue": 12354,
"dataType": "integer",
"isSensitive": false,
"description": "Should be left as default, this is the port used to find new devices",
"category": "device"
},
"asr": {
"defaultValue": "deepspeech",
"dataType": "list",
"isSensitive": false,
"values": [
"deepspeech",
"pocketsphinx",
"google",
"snips"
],
"description": "The Asr to use. Can't use an online Asr if you have set keepASROffline to true!",
"onUpdate": "reloadASR",
"category": "asr"
},
"asrFallback": {
"defaultValue": "pocketsphinx",
"dataType": "list",
"isSensitive": false,
"values": [
"deepspeech",
"pocketsphinx",
"google",
"snips"
],
"description": "The Asr to use in case the default ASR becomes unavailable",
"category": "asr"
},
"asrTimeout": {
"defaultValue": 10,
"dataType": "integer",
"isSensitive": false,
"description": "Defines after how many seconds the Asr times out",
"category": "asr"
},
"wakewordEngine": {
"defaultValue": "snips",
"dataType": "list",
"isSensitive": false,
"values": [
"porcupine",
"snips",
"precise"
],
"description": "Wakeword engine to use",
"category": "wakeword",
"onUpdate": "reloadWakeword"
},
"wakewordSensitivity": {
"defaultValue": 0.5,
"dataType": "range",
"min": 0,
"max": 1,
"step": 0.01,
"isSensitive": false,
"description": "Default wakeword sensitivity",
"category": "wakeword",
"onUpdate": "restartWakewordEngine"
},
"tts": {
"defaultValue": "pico",
"dataType": "list",
"isSensitive": false,
"values": {
"Pico": "pico",
"Mycroft": "mycroft",
"Amazon Polly": "amazon",
"Google Wavenet": "google",
"IBM Watson": "watson"
},
"description": "The Tts to use. Can't use an online Tts if you have set keepTTSOffline!",
"onUpdate": "reloadTTS",
"category": "tts"
},
"ttsFallback": {
"defaultValue": "pico",
"dataType": "list",
"isSensitive": false,
"values": {
"Pico": "pico",
"Mycroft": "mycroft",
"Amazon Polly": "amazon",
"Google Wavenet": "google",
"IBM Watson": "watson"
},
"description": "The Tts to use in case the default Tts becomes unavailable.",
"onUpdate": "reloadTTS",
"category": "tts"
},
"ttsLanguage": {
"defaultValue": "en-US",
"dataType": "string",
"isSensitive": false,
"description": "Language for the Tts to use",
"help": "PICO VOICE<br>AMAZON POLLY<br>MYCROFT<br>GOOGLE WAVENET<br>IBM WATSON",
"onUpdate": "reloadTTS",
"category": "tts"
},
"ttsType": {
"defaultValue": "male",
"dataType": "list",
"isSensitive": false,
"values": [
"male",
"female"
],
"description": "Choose the voice gender you want",
"onUpdate": "reloadTTS",
"category": "tts"
},
"ttsVoice": {
"defaultValue": "en-US",
"dataType": "string",
"isSensitive": false,
"description": "The voice the Tts should use. Find lists on respective Tts websites",
"onUpdate": "reloadTTS",
"category": "tts"
},
"awsRegion": {
"defaultValue": "eu-central-1",
"dataType": "list",
"isSensitive": false,
"values": [
"eu-north-1",
"ap-south-1",
"eu-west-3",
"eu-west-2",
"eu-west-1",
"ap-northeast-2",
"me-south-1",
"ap-northeast-1",
"sa-east-1",
"ca-central-1",
"ap-east-1",
"ap-southeast-1",
"ap-southeast-2",
"eu-central-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2"
],
"description": "Region to use for Amazon Polly",
"category": "credentials"
},
"awsAccessKey": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "Your Amazon services access key",
"category": "credentials"
},
"awsSecretKey": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "Your Amazon services secret key",
"category": "credentials"
},
"useHLC": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Enables Hermes Led Control for visual feedback from your assistant",
"category": "system"
},
"activeLanguage": {
"defaultValue": "en",
"dataType": "list",
"isSensitive": false,
"values": [
"en",
"fr",
"de",
"it",
"pt"
],
"description": "Project Alice active language",
"category": "system"
},
"activeCountryCode": {
"defaultValue": "US",
"dataType": "string",
"isSensitive": false,
"description": "Project Alice active country code",
"category": "system"
},
"nonNativeSupportLanguage": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "If you want to use a non natively supported language, set it here.",
"category": "system"
},
"nonNativeSupportCountry": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "If you want to use a non natively supported country, set it here.",
"category": "system"
},
"aliceAutoUpdate": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Whether Alice should auto update, checked every hour",
"category": "system"
},
"skillAutoUpdate": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Whether skills should auto update, checked every 15 minutes",
"category": "system"
},
"githubUsername": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"description": "Not mendatory, your github username and token allows you to use Github API much more, such as checking for skills, updating them etc etc",
"category": "credentials"
},
"githubToken": {
"defaultValue": "",
"dataType": "string",
"isSensitive": true,
"description": "Not mendatory, your github username and token allows you to use Github API much more, such as checking for skills, updating them etc etc",
"category": "credentials"
},
"aliceUpdateChannel": {
"defaultValue": "master",
"dataType": "list",
"isSensitive": false,
"values": {
"Stable": "master",
"Release candidate": "rc",
"Beta": "beta",
"Alpha": "alpha"
},
"description": "Choose your update frequency. Release is the only supposedly safe option! But if you like to live on the edge, alpha will allow you to preview what's coming next!",
"category": "system"
},
"skillsUpdateChannel": {
"defaultValue": "master",
"dataType": "list",
"isSensitive": false,
"values": {
"Stable": "master",
"Release candidate": "rc",
"Beta": "beta",
"Alpha": "alpha"
},
"description": "Choose your skill update frequency. Release is the only supposedly safe option! But if you like to live on the edge, alpha will allow you to preview what's coming next!",
"onUpdate": "refreshStoreData",
"category": "system"
},
"supportedLanguages": {
"defaultValue": {
"en": {
"default": true,
"defaultCountryCode": "US",
"countryCodes": [
"US",
"GB",
"AU"
]
},
"fr": {
"default": false,
"defaultCountryCode": "FR",
"countryCodes": [
"FR",
"CH"
]
},
"de": {
"default": false,
"defaultCountryCode": "DE",
"countryCodes": [
"DE",
"CH"
]
},
"it": {
"default": false,
"defaultCountryCode": "IT",
"countryCodes": [
"IT",
"CH"
]
}
},
"dataType": "list",
"isSensitive": false,
"values": {
"en": {
"default": true,
"defaultCountryCode": "US",
"countryCodes": [
"US",
"GB",
"AU"
]
},
"fr": {
"default": false,
"defaultCountryCode": "FR",
"countryCodes": [
"FR",
"CH"
]
},
"de": {
"default": false,
"defaultCountryCode": "DE",
"countryCodes": [
"DE",
"CH"
]
},
"it": {
"default": false,
"defaultCountryCode": "IT",
"countryCodes": [
"IT",
"CH"
]
}
},
"display": "hidden",
"category": "system"
},
"baseCurrency": {
"defaultValue": "CHF",
"dataType": "list",
"isSensitive": false,
"values": [
"CHF",
"EUR",
"USD",
"GBP",
"AUD"
],
"description": "The currency used by Project Alice",
"category": "system"
},
"baseUnits": {
"defaultValue": "metric",
"dataType": "list",
"isSensitive": false,
"values": [
"metric",
"kelvin",
"imperial"
],
"description": "Units to use with Project Alice",
"category": "system"
},
"nluEngine": {
"defaultValue": "snips",
"dataType": "list",
"isSensitive": false,
"values": [
"snips"
],
"description": "Natural Language Understanding engine to use",
"category": "nlu"
},
"onReboot": {
"defaultValue": "",
"dataType": "string",
"isSensitive": false,
"display": "hidden",
"category": "system"
},
"webInterfaceActive": {
"defaultValue": true,
"dataType": "boolean",
"isSensitive": false,
"description": "Activates the web interface to be reached by browsing to x.x.x.x:webInterfacePort, e.g. 192.168.1.2:5000",
"category": "system"
},
"webInterfacePort": {
"defaultValue": 5000,
"dataType": "integer",
"isSensitive": false,
"description": "Change the web interface port to be used",
"category": "system"
},
"devMode": {
"defaultValue": false,
"dataType": "boolean",
"isSensitive": false,
"description": "Activates the developer part of the interface, for skill development",
"category": "system"
}
}