Apigateway/AuthWebApi/appsettings.json
2022-11-02 11:31:23 -05:00

10 lines
142 B
JSON

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