VirtualTask/appsettings.json
2025-02-28 09:43:17 +01:00

36 lines
1.2 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApplicationInsights": {
//PRODUZIONE
"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/",
"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/",
"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
"rootUrl": "https://virtualtask.it/",
//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\\",
//"rootUrl": "https://localhost:7068/",
"mittenteMail": "info@virtualtask.it",
"nomeMail": "Supporto Virtual Task",
"pwdMail": "Polo2023!",
"subjectMail": "Richiesta App di test",
"subjectMailRiepilogo": "Registrazione completata"
},
"AllowedHosts": "*"
}