Files
IM_NEW/GroupService.WebApi/appsettings.json

11 lines
166 B
JSON

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