From 3b17783fc1360add47789c5cfad19d14572fb28c Mon Sep 17 00:00:00 2001 From: Jim Schwoebel <30424731+jim-schwoebel@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:32:24 -0400 Subject: [PATCH] Update settings.json --- settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 5093ee6..f8156aa 100644 --- a/settings.json +++ b/settings.json @@ -1,8 +1,8 @@ {"website_name": "Nala", "wake_word": "hey", - "super_users": ["jim@schwoebel.me"], + "super_users": [""], "audio_delete": {"default": false, "options": [true,false]}, "sounds": {"default": "chime", "options": ["chime", "bell"]}, "voice": {"default": "bark", "options": ["microsoft", "bark"]}, "response_type": {"default": "dolly", "options": ["blender","dolly", "echo"]}, - "language": {"default": "en-us", "options": ["en-us"]}} \ No newline at end of file + "language": {"default": "en-us", "options": ["en-us"]}}