distributed-computing/tasks/dunaev-oi/lab3/worker-1/appsettings.json

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}