33 lines
931 B
JSON
33 lines
931 B
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/",
|
|
|
|
|
|
|
|
|
|
"mittenteMail": "info@virtualtask.it",
|
|
"nomeMail": "Supporto Virtual Task",
|
|
"pwdMail": "Polo2023!",
|
|
"subjectMail": "Richiesta App di test",
|
|
"subjectMailRiepilogo": "Registrazione completata"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|