VirtualTask/appsettings.json
2025-10-16 09:48:24 +02:00

42 lines
1.6 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApplicationInsights": {
//PRODUZIONE
"rootUrlApi": "https://api-vt.poloinformatico.it/api/Polo/",
"rootUrlApi2": "https://api-vt.poloinformatico.it/VIRTU/",
//"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
//"rootWebLoghi": "/zucchetti/api/api-vt.poloinformatico.it/app/wwwroot/VIRTU/",
"rootWebLoghi": "./wwwroot/VIRTU",
"rootUrl": "https://virtualtask.it/",
"rootPath": "/mnt/storagebox",
//TEST
//"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
//"rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/",
//"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\",
//"rootUrl": "https://localhost:7140/",
////MICHELE: PUNTAMENTO A MIO PC PER FARE I TEST
//"rootUrlApi": "https://localhost:7068/api/Polo/",
//"rootUrlApi2": "https://localhost:7068//VIRTU/",
////"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\",
//"rootWebLoghi": "/zucchetti/api/api-vt.poloinformatico.it/app/wwwroot/VIRTU/",
//"rootUrl": "https://localhost:7068/",
"mittenteMail": "info@virtualtask.it",
"nomeMail": "Supporto Virtual Task",
//"pwdMail": "Polo2023!",
//impostata nuova password di gmail: generata da google perche da 03/2025 GOOGLE non supporta più accesso da app terze
"pwdMail": "jkyskurknqjfncav",
"subjectMail": "Richiesta App di test",
"subjectMailRiepilogo": "Registrazione completata"
},
"AllowedHosts": "*"
}