diff --git a/.gitignore b/.gitignore index 16fac0c..658b8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # person.jpg # config.json -config/*.jpg - +config/ .env \ No newline at end of file diff --git a/config/config.json b/config/config.json deleted file mode 100644 index bfbd55d..0000000 --- a/config/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" -} \ No newline at end of file