ServerManagers/src/ServerManager.WebApplication/appsettings.Development.json
2023-03-07 20:40:37 +10:00

21 lines
372 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"EnableSwagger": true,
"SwaggerRoutePrefix": "",
"ServerQuerySettings": {
"ManagerCodes": [
{
"Name": "Unknown",
"Code": "00000000-0000-0000-0000-000000000000"
}
]
}
}