ServerManagers/src/ServerManager.WebApplication/appsettings.Development.json
2021-12-09 22:08:49 +10:00

19 lines
330 B
JSON

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