OcelotStudy/OcelotStudy.WebApiB/appsettings.json

12 lines
217 B
JSON

{
"urls": "http://localhost:5102",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}