20 lines
624 B
JSON
20 lines
624 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": "*"
|
|
}
|