失败的次数和限制时间增加到配置文件里面

This commit is contained in:
2023-06-29 14:33:16 +08:00
parent 398a804b41
commit 7a6e4d5f2c
7 changed files with 59 additions and 7 deletions
@@ -0,0 +1,31 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=CenterImage_Test;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true"
},
"BasicSystemConfig": {
"OpenUserComplexPassword": false,
"OpenSignDocumentBeforeWork": false,
"OpenTrialRelationDelete": true,
"OpenLoginLimit": false
},
"SystemEmailSendConfig": {
"Port": 465,
"Host": "smtp.qiye.aliyun.com",
"FromEmail": "test@extimaging.com",
"FromName": "Test_IRC",
"AuthorizationCode": "SHzyyl2021"
}
}
+5 -1
View File
@@ -19,7 +19,11 @@
"OpenTrialRelationDelete": true,
"OpenLoginLimit": false
"OpenLoginLimit": false,
"LoginMaxFailCount": 3,
"LoginFailLockMinutes":1
},
"SystemEmailSendConfig": {
+4 -1
View File
@@ -17,7 +17,10 @@
"OpenSignDocumentBeforeWork": true,
"OpenLoginLimit": true
"OpenLoginLimit": true,
"LoginMaxFailCount": 3,
"LoginFailLockMinutes": 1
},
//"SystemEmailSendConfig": {
// "Port": 465,
+4 -1
View File
@@ -16,7 +16,10 @@
"OpenSignDocumentBeforeWork": true,
"OpenLoginLimit": true
"OpenLoginLimit": true,
"LoginMaxFailCount": 3,
"LoginFailLockMinutes": 1
},
"SystemEmailSendConfig": {
+5 -1
View File
@@ -19,7 +19,11 @@
"OpenTrialRelationDelete": true,
"OpenLoginLimit": false
"OpenLoginLimit": false,
"LoginMaxFailCount": 3,
"LoginFailLockMinutes": 1
},
"SystemEmailSendConfig": {