33 lines
817 B
JSON
33 lines
817 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"RemoteNew": "Server=192.168.3.68,1434;Database=Test.EIImageViewer;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
|
|
"Hangfire": "Server=192.168.3.68,1434;Database=Hangfire_IRaCIS;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
|
|
|
|
},
|
|
"BasicSystemConfig": {
|
|
|
|
"OpenUserComplexPassword": true,
|
|
|
|
"OpenSignDocumentBeforeWork": false,
|
|
|
|
"OpenTrialRelationDelete": true,
|
|
|
|
"OpenLoginLimit": true
|
|
},
|
|
|
|
"SystemEmailSendConfig": {
|
|
"Port": 465,
|
|
"Host": "smtp.qiye.aliyun.com",
|
|
"FromEmail": "test@extimaging.com",
|
|
"FromName": "Test_IRC",
|
|
"AuthorizationCode": "SHzyyl2021"
|
|
}
|
|
|
|
} |