From bb87d2f7e9e2ea958c9d0a681247abbabe94a2df Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 18 Dec 2022 14:53:41 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +-- config/config.json | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 config/config.json 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