52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CodApp": "GPW",
|
|
"ConnectionStrings": {
|
|
"GPW.DB": "Server=W2019-SQL-STEAM;Database=GPW; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG;",
|
|
"Redis": "localhost:6379,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp-mail.outlook.com",
|
|
"Port": "587",
|
|
"Account": "steamwarebot@outlook.it",
|
|
"Password": "!39elanoizaNaiVnIomais",
|
|
"SenderEmail": "steamwarebot@outlook.it",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"MailDest": {
|
|
"Admin": "samuele@steamware.net",
|
|
"InfoMal": "samuele.locatelli@egalware.com",
|
|
"InfoRich": "samuele.locatelli@egalware.com"
|
|
},
|
|
"AdmApp": {
|
|
"LinkMal": "https://office.egalware.com/GPW/ADMIN/malattia",
|
|
"LinkRich": "https://office.egalware.com/GPW/ADMIN/richiesteDip"
|
|
},
|
|
"VetoIns": "true",
|
|
"Redis": {
|
|
"Password": "",
|
|
"AllowAdmin": false,
|
|
"Ssl": false,
|
|
"ConnectTimeout": 6000,
|
|
"SyncTimeout": 6000,
|
|
"AsyncTimeout": 6000,
|
|
"ConnectRetry": 2,
|
|
"Hosts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": "6379"
|
|
}
|
|
],
|
|
"Database": 15
|
|
}
|
|
} |