Files
gpw_next/GPW.CORE.SMART/appsettings.json
T
2023-11-07 09:56:25 +01:00

46 lines
1.4 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CodApp": "GPW",
"ConnectionStrings": {
"Redis": "localhost:6379,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false",
"GPW.DB": "Server=W2019-SQL-STEAM;Database=GPW; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG;"
},
"Application": {
"ContactText": "Our contacts and support sites",
"Name": "GPW Smart",
"ShortName": "GS"
},
"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"
},
"OptPar": {
"UrlLinkInt": "https://office.egalware.com/GPW/CORE.Smart/",
"UrlLinkExt": "https://seriate.egalware.com/GPW/CORE.Smart/"
},
"VetoIns": "true"
}