18 lines
453 B
JSON
18 lines
453 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"
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
}
|