18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApplicationInsights": {
|
|
"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/",
|
|
"mittenteMail": "audiffredi@poloinformatico.it",
|
|
"nomeMail": "Supporto Virtual Task",
|
|
"pwdMail": "audicruz70",
|
|
"subjectMail": "Richiesta App di test",
|
|
"rootUrl": "http://testvirtualtask.poloinformatico.it/"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|