From 0a28b756ae1d49fdc5920f1be6b644b68506de7e Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:28:11 -0500 Subject: [PATCH] Delete config --- config/example-config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config/example-config.json diff --git a/config/example-config.json b/config/example-config.json deleted file mode 100644 index b041e65..0000000 --- a/config/example-config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "URL": "rtsp://bridge:8554/cv", - "RUN_SCALE": "0.5", - "VIEW_SCALE": "0.5", - "faces": { - "person1": { - "image": "config/person1.jpg", - "last_seen": "" - }, - "person2": { - "image": "config/person2.jpg", - "last_seen": "" - } - }, - "display": false, - "ntfy_url": "http://ntfy:80/cam" -}