file scanner

This commit is contained in:
2026-01-15 17:33:28 -05:00
parent 8fa5612403
commit 023757270a
6 changed files with 254 additions and 11 deletions

View File

@@ -1,8 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SCAN_LOCATION": "O:/cctv",
"DB_STRING": "mongodb://NinoIna:27017"
}