From bec91c2c3008eab04d0a39081c1ee8e1c1c5db9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Fri, 15 Sep 2017 12:54:21 +0200 Subject: [PATCH] Disable wake word upload by default ==== Tech Notes ==== Change default config to disable wakeword upload. --- mycroft/configuration/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf index a7c12cf978..ad3e945d56 100644 --- a/mycroft/configuration/mycroft.conf +++ b/mycroft/configuration/mycroft.conf @@ -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",