78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"GPW.DB": "Server=W2019-SQL-STEAM;Database=GPW;User ID=UserGPW; Password=Us3rGpw!75x93$77;integrated security=False;MultipleActiveResultSets=True;App=LiMan.API;",
|
|
"Redis": "localhost:26379,serviceName=prod,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,password=BtN9Py1wtLfLRvmzWnOPJ7RytDM+CLiVsJ/16zduNTlV8IOPGNrtzJSXPUnImA5PqmUMhKaUqo9NdHIG"
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp-mail.outlook.com",
|
|
"Port": "587",
|
|
"Account": "steamwarebot@outlook.it",
|
|
"Password": "siamoInViaNazionale93!",
|
|
"SenderEmail": "steamwarebot@outlook.it",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"MailDest": {
|
|
"Admin": "samuele@steamware.net",
|
|
"ProjCheck": "samuele.locatelli@egalware.com,mara.baroni@egalware.com",
|
|
"TimbCheck": "samuele.locatelli@egalware.com,mara.baroni@egalware.com"
|
|
},
|
|
"EnableChiudiFasi": "false",
|
|
"Redis": {
|
|
"Password": "BtN9Py1wtLfLRvmzWnOPJ7RytDM+CLiVsJ/16zduNTlV8IOPGNrtzJSXPUnImA5PqmUMhKaUqo9NdHIG",
|
|
"AllowAdmin": false,
|
|
"Ssl": false,
|
|
"ConnectTimeout": 6000,
|
|
"SyncTimeout": 6000,
|
|
"AsyncTimeout": 6000,
|
|
"ConnectRetry": 2,
|
|
"ServiceName": "prod",
|
|
"Hosts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": "26379"
|
|
},
|
|
{
|
|
"Host": "redis01.ufficio",
|
|
"Port": "26379"
|
|
},
|
|
{
|
|
"Host": "redis03.ufficio",
|
|
"Port": "26379"
|
|
},
|
|
{
|
|
"Host": "redis03.ufficio",
|
|
"Port": "26379"
|
|
}
|
|
],
|
|
"Database": 15
|
|
},
|
|
"ServerConv": {
|
|
"baseUrl": "https://office.egalware.com/GPW/ADMIN/"
|
|
},
|
|
"TimbraCheck": {
|
|
"checkAnomAppr": true,
|
|
"checkAnomTimb": true,
|
|
"checkAnomOreLav": true,
|
|
"checkAnomOreLavComm": true,
|
|
"checkAnomContinuato": true,
|
|
"sendEmailToUser": false,
|
|
"includeDirectUrl": true,
|
|
"gg2Chk": 60,
|
|
"gg2ChkCont": 30,
|
|
"gg2ChkOreCaricate": 30,
|
|
"maxErrMin": -29,
|
|
"maxErrPlus": 91
|
|
}
|
|
}
|