Files
AZKi/AZKiServer/appsettings.Development.json
2026-01-17 18:08:16 -05:00

11 lines
187 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SCAN_LOCATION": "O:/cctv",
"DB_STRING": "mongodb://NinoIna:27017"
}