Files
gpw_next/GPW.CORE.SMART/appsettings.json
T
Samuele Locatelli ee36394b3d Test invio email
2023-01-16 11:37:46 +01:00

31 lines
1000 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Redis": "localhost:6379,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false",
"GPW.DB": "Server=SQLSTEAM;Database=GPW; User ID=sa;Password=keyhammer; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG;"
},
"ExternalProviders": {
"MailKit": {
"SMTP": {
"Address": "smtp-mail.outlook.com",
"Port": "587",
"Account": "steamwarebot@outlook.it",
"Password": "siamoInViaNazionale93",
"SenderEmail": "steamwarebot@outlook.it",
"SenderName": "Steamware Email BOT"
}
}
},
"OptPar": {
"UrlLinkInt": "https://iis01.egalware.com/GPW/CORE.Smart/",
//"LinkInt": "https://iis03.egalware.com/GPW/CORE.Smart/",
"UrlLinkExt": "https://iis03.egalware.com/GPW/CORE.Smart/"
}
}