45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"GPW.DB": "Server=SQLSTEAM;Database=GPW;User ID=sa;Password=keyhammer;integrated security=False;MultipleActiveResultSets=True;App=LiMan.API;",
|
|
"Redis": "localhost:6379,DefaultDatabase=15"
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp.gmail.com",
|
|
"Port": "465",
|
|
"Account": "steamwarebot@gmail.com",
|
|
"Password": "drmfsls16",
|
|
"SenderEmail": "steamwarebot@gmail.com",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"MailDest": {
|
|
"Admin": "samuele@steamware.net",
|
|
"ProjCheck": "samuele.locatelli@egalware.com",
|
|
"ProjCheck2": "samuele.locatelli@egalware.com,mara.baroni@egalware.com"
|
|
},
|
|
"Redis": {
|
|
"Password": "",
|
|
"AllowAdmin": false,
|
|
"Ssl": false,
|
|
"ConnectTimeout": 6000,
|
|
"ConnectRetry": 2,
|
|
"Hosts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": "6379"
|
|
}
|
|
],
|
|
"Database": 15
|
|
}
|
|
}
|