47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
||
"ConnectionStrings": {
|
||
"RemoteNew": "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_B;User ID=sa;Password=dev123456DEV;",
|
||
"hang": "Server=ZHOU;Database=IRaCIS;User ID=sa;Password=sa123456;"
|
||
//"RemoteTest": "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_B;User ID=sa;Password=dev123456DEV;"
|
||
},
|
||
"Logging": {
|
||
"IncludeScopes": false,
|
||
"LogLevel": {
|
||
"Default": "Trace",
|
||
"Microsoft": "Warning",
|
||
"Microsoft.Hosting.Lifetime": "Information"
|
||
}
|
||
},
|
||
"AllowedHosts": "*",
|
||
"JwtSetting": {
|
||
"SecurityKey": "3e6dbfa227234a03977a2f421bdb7f4f", // 密钥
|
||
"Issuer": "jwtIssuertest1", // 颁发者
|
||
"Audience": "jwtAudiencetest1", // 接收者
|
||
"TokenExpireDays": "7" // 过期时间(7day)
|
||
},
|
||
"RootUrl": "http://123.56.181.144:8000",
|
||
"CodePrefix": "RE",
|
||
"UserCodePrefix": "U",
|
||
"VisitPlanNumPrefix": "VT",
|
||
"StoredFilesPath": "D:\\Upload", //该节点没用到
|
||
"DicomFileArchivedPath": "D:\\Upload", //
|
||
"Share": false, //
|
||
"FileSizeLimit": 1073741824,
|
||
"LoginExpiredTimeSpan": ":15", // Minute
|
||
"OpenLog": true,
|
||
"AddClinicalInfo": true,
|
||
"easycaching": {
|
||
"inmemory": {
|
||
"MaxRdSecond": 120,
|
||
"EnableLogging": false,
|
||
"LockMs": 5000,
|
||
"SleepMs": 300,
|
||
"DBConfig": {
|
||
"SizeLimit": 10000,
|
||
"ExpirationScanFrequency": 60,
|
||
"EnableReadDeepClone": true,
|
||
"EnableWriteDeepClone": false
|
||
}
|
||
}
|
||
}
|
||
} |