Update .gitignore
This commit is contained in:
parent
4f8520a5be
commit
bb87d2f7e9
|
@ -1,5 +1,4 @@
|
||||||
# person.jpg
|
# person.jpg
|
||||||
# config.json
|
# config.json
|
||||||
config/*.jpg
|
config/
|
||||||
|
|
||||||
.env
|
.env
|
|
@ -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"
|
|
||||||
}
|
|
Loading…
Reference in New Issue