Files
work/FaceRecognitionApp/appsettings.json
T
astankovmi 90cbc7c506
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Add Face
2026-06-23 16:33:23 +03:00

13 lines
250 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Camera": {
"Url": "rtsp://admin:4NUDZhJ7@172.22.10.101:554/cam/realmonitor?channel=1&subtype=0"
}
}