13 lines
247 B
JSON
13 lines
247 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"AllowedClients": [
|
||
|
"<Use the appropriate Client Id representing the Client calling the API>"
|
||
|
]
|
||
|
}
|