Files
IM_NEW/MessageService.WebApi/appsettings.json

14 lines
254 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"InternalApiKey": "",
"InternalServices": {
"GroupServiceBaseUrl": "http://im-group-service:8080/"
}
}