Files
Gainsight/TaskTree/appsettings.json

10 lines
151 B
JSON
Raw Normal View History

2022-06-13 08:50:32 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}