15 lines
234 B
JSON
15 lines
234 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"settings": {
|
||
|
"endpoint1": "xxx",
|
||
|
"endpoint2": "xxx",
|
||
|
"endpoint3": "xxx"
|
||
|
}
|
||
|
}
|