Files
magman/MagMan.UI/appsettings.json
2025-09-22 19:37:14 +02:00

66 lines
2.7 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Debug",
"MySqlConnector": "Debug",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=14, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, allowAdmin=true",
"UserIdentityDbContextConnection": "Server=localhost;port=3306;database=MagMan_Dev;user=MagMan;pwd=MagMan_secret_pwd;sslmode=None;Connection Lifetime=60;Connection Timeout=15;DefaultCommandTimeout=30;",
"AuthConnection": "Server=localhost;port=3306;database=MagMan_Dev;user=MagMan;pwd=MagMan_secret_pwd;sslmode=None;Connection Lifetime=60;Connection Timeout=15;DefaultCommandTimeout=30;",
"DefaultConnection": "Server=localhost;port=3306;database=MagMan_Dev;user=MagMan;pwd=MagMan_secret_pwd;sslmode=None;Connection Lifetime=60;Connection Timeout=15;DefaultCommandTimeout=30;",
"AdminConnection": "Server=localhost;port=3306;database=MagMan_Dev;user=MagMan;pwd=MagMan_secret_pwd;sslmode=None;Connection Lifetime=60;Connection Timeout=15;DefaultCommandTimeout=30;",
"MagMan.Data": "Server=localhost;port=3306;database=MagMan_Dev;user=MagMan;pwd=MagMan_secret_pwd;sslmode=None;Connection Lifetime=60;Connection Timeout=15;DefaultCommandTimeout=30;"
},
"DbConfig": {
//"Server": "localhost",
//"Server": "mdb03.ufficio",
//"Server": "mdb01.ufficio,mdb02.ufficio,mdb03.ufficio",
"Server": "mdb.ufficio",
"nKey": "K0000",
"sKey": "M@g4zz1no"
},
"OptConf": {
"CodApp": "MagMan",
"NumPar": 4,
"EnableHealth": true,
"msRefresh": "4000",
"BaseAddr": "https://localhost:7207/",
"BaseAppPath": "",
"QrRedirPage": "",
"jumpRedir": "~/../../",
"CodModulo": "MagMan",
"MultiRoleEnab": false,
"MultiClaimEnab": true,
"ScanOpDelay": 3000,
"projProgRLim": 0.2,
"projProgYLim": 0.8
},
"AlarmDest": "samuele.locatelli@egalware.com, ceo@steamware.net",
"MailKitMailSettings": {
"DisplayName": "MagMan.UI EgalWare Email BOT",
"From": "steamwarebot@outlook.it",
"Host": "smtp-mail.outlook.com",
"Password": "siamoInViaNazionale93!",
"Port": 587,
"UserName": "steamwarebot@outlook.it",
"UseSSL": false,
"UseStartTls": true
}
//"ExternalProviders": {
// "MailKit": {
// "SMTP": {
// "Address": "smtp-mail.outlook.com",
// "Port": "587",
// "Account": "gwms.notify@outlook.com",
// "Password": "Gwms_2022!",
// "SenderEmail": "gwms.notify@outlook.com",
// "SenderName": "GWMS Notification"
// }
// }
//}
}