13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApplicationInsights": {
|
|
"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|