35 lines
767 B
JSON
35 lines
767 B
JSON
{
|
|
"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,
|
|
"LoginMaxFailCount": 3,
|
|
|
|
"LoginFailLockMinutes": 1
|
|
},
|
|
|
|
"SystemEmailSendConfig": {
|
|
"Port": 465,
|
|
"Host": "smtp.qiye.aliyun.com",
|
|
"FromEmail": "test@extimaging.com",
|
|
"FromName": "Test_IRC",
|
|
"AuthorizationCode": "SHzyyl2021"
|
|
}
|
|
|
|
}
|