Files
AZKi/AZKi Server/appsettings.Development.json
2026-01-15 19:03:36 -05:00

11 lines
187 B
JSON

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