SoftwayWeb/appsettings.json

15 lines
237 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApplicationInsights": {
"rootUrlApi": "https://api.poloinformatico.it:8000/api/"
},
"AllowedHosts": "*"
}