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