OcelotStudy/OcelotStudy.Getway/appsettings.json

12 lines
217 B
JSON

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