62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ObjectStoreService": {
|
|
"ObjectStoreUse": "AliyunOSS",
|
|
"AliyunOSS": {
|
|
"regionId": "cn-shanghai",
|
|
"endpoint": "https://oss-cn-shanghai.aliyuncs.com",
|
|
"accessKeyId": "LTAI5tKvzs7ed3UfSpNk3xwQ",
|
|
"accessKeySecret": "zTIceGEShlZDGnLrCFfIGFE7TXVRio",
|
|
"bucketName": "zy-sir-test-store",
|
|
"roleArn": "acs:ram::1899121822495495:role/oss-upload",
|
|
"viewEndpoint": "https://zy-sir-test-store.oss-cn-shanghai.aliyuncs.com",
|
|
"region": "oss-cn-shanghai"
|
|
},
|
|
|
|
"MinIO": {
|
|
"endpoint": "http://192.168.3.68",
|
|
"port": "8001",
|
|
"useSSL": false,
|
|
"accessKey": "IDFkwEpWej0b4DtiuThL",
|
|
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
|
|
"bucketName": "test"
|
|
}
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Test.Study;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true",
|
|
"Hangfire": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Test.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": "test-study@extimaging.com",
|
|
"FromName": "Test_Study",
|
|
"AuthorizationCode": "zhanying123",
|
|
|
|
"SiteUrl": "http://test.study.extimaging.com/login"
|
|
}
|
|
|
|
}
|