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" -}