CostCalculationItem/IRaCIS.Core.API/appsettings.json

46 lines
1.2 KiB
JSON

{
"ConnectionStrings": {
"RemoteNew": "Server=192.168.3.68,1434;Database=IRaCIS_B;User ID=sa;Password=xc@123456;",
"hang": "Server=ZHOU;Database=IRaCIS;User ID=sa;Password=sa123456;"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"JwtSetting": {
"SecurityKey": "3e6dbfa227234a03977a2f421bdb7f4f",
"Issuer": "jwtIssuertest1",
"Audience": "jwtAudiencetest1",
"TokenExpireDays": "7"
},
"RootUrl": "http://192.168.3.68:9030",
"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
}
}
}
}