quickstarts/tutorials/pub-sub/csharp-subscriber/appsettings.Development.json

17 lines
267 B
JSON

{
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:5009"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}