VirtualTask/appsettings.json
2023-11-08 15:41:20 +01:00

13 lines
243 B
JSON

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