45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AliyunOSS": {
|
|
"endpoint": "http://oss-cn-shanghai.aliyuncs.com",
|
|
"accessKeyId": "mpXG7Nu6zTpsDrI1",
|
|
"accessKeySecret": "yNINcEb099SkNfF6vYKaoP8TZNI3xZ",
|
|
"bucketName": "zyypacs"
|
|
},
|
|
"ConnectionStrings": {
|
|
"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Uat.Study;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true",
|
|
"Hangfire": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Uat.Study.hangfire;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true"
|
|
},
|
|
"BasicSystemConfig": {
|
|
|
|
"OpenUserComplexPassword": false,
|
|
|
|
"OpenSignDocumentBeforeWork": false,
|
|
|
|
"OpenTrialRelationDelete": true,
|
|
|
|
"OpenLoginLimit": false,
|
|
"LoginMaxFailCount": 5,
|
|
|
|
"LoginFailLockMinutes": 30
|
|
|
|
|
|
},
|
|
|
|
"SystemEmailSendConfig": {
|
|
"Port": 465,
|
|
"Host": "smtp.qiye.aliyun.com",
|
|
"FromEmail": "uat-study@extimaging.com",
|
|
"FromName": "Uat_Study",
|
|
"AuthorizationCode": "zhanying123",
|
|
"SiteUrl": "http://uat.study.extimaging.com/login"
|
|
}
|
|
|
|
}
|