38 lines
1.4 KiB
JSON
38 lines
1.4 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!",
|
|
//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": "*"
|
|
}
|