From a4f2cd8a311c65d4c8484923ce6c19b2b5e705c0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Apr 2021 19:38:44 +0200 Subject: [PATCH] Make action_buttons configuration optional --- motioneye/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/motioneye/config.json b/motioneye/config.json index 0de01ec..80d91e6 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -25,8 +25,7 @@ "motion_webcontrol": false, "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "action_buttons": [] + "keyfile": "privkey.pem" }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",