Apigateway/ApiGateway/appsettings.json

12 lines
207 B
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"System": "Information",
"Microsoft": "Information",
2022-11-02 11:31:23 -05:00
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}