27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApplicationInsights": {
|
|
//PRODUZIONE
|
|
"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/",
|
|
"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
|
|
"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/",
|
|
|
|
//TEST
|
|
//"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
|
|
//"rootWebLoghi": "C:\\SORGENTI\\_publish\\wwwroot\\VIRTU\\",
|
|
//"rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/",
|
|
|
|
"mittenteMail": "info@virtualtask.it",
|
|
"nomeMail": "Supporto Virtual Task",
|
|
"pwdMail": "Polo2023!",
|
|
"subjectMail": "Richiesta App di test",
|
|
"rootUrl": "http://testvirtualtask.poloinformatico.it/"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|