Disable wake word upload by default

====  Tech Notes ====
Change default config to disable wakeword upload.
pull/1087/head
Åke Forslund 2017-09-15 12:54:21 +02:00 committed by Steve Penrod
parent 03a5c5eae5
commit bec91c2c30
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
"record_wake_words": false,
"record_utterances": false,
"wake_word_upload": {
"enable": true,
"enable": false,
"server": "mycroft.wickedbroadband.com",
"port": 1776,
"user": "precise",