SoftwayWeb/appsettings.json
2025-01-14 16:38:45 +01:00

20 lines
625 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApplicationInsights": {
"rootUrlApi": "https://api.poloinformatico.it:8000/api/",
//"rootUrlApi": "https://localhost:7126/api/",
"messDestAccodo": "La seguente destinazione verrà aggiunta ad un giro esistente",
"messDestNew": "Verrà creato un nuovo giro per la seguente destinazione",
"messDestiAccodo": "Le seguenti destinazioni verranno aggiunte ad un giro esistente",
"messDestiNew": "Verrà creato un nuovo giro per le seguenti destinazioni"
},
"AllowedHosts": "*"
}