CostCalculationItem/IRaCIS.Core.API/appsettings.json

48 lines
1.6 KiB
JSON
Raw Blame History

{
"ConnectionStrings": {
// "RemoteNew": "Server=101.132.193.237,1434;Database=IRaCIS_History_Cost;User ID=sa;Password=zhanying@2021;", --正式
"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=IRaCIS_P;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", // <20><>Կ
"Issuer": "jwtIssuertest1", // <20><EFBFBD><E4B7A2>
"Audience": "jwtAudiencetest1", // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
"TokenExpireDays": "7" // <20><><EFBFBD><EFBFBD>ʱ<EFBFBD>䣨7day<61><79>
},
"RootUrl": "http://123.56.181.144:8000",
"CodePrefix": "RE",
"UserCodePrefix": "U",
"VisitPlanNumPrefix": "VT",
"StoredFilesPath": "D:\\Upload", //<2F>ýڵ<C3BD>û<EFBFBD>õ<EFBFBD>
"DicomFileArchivedPath": "D:\\Upload", //
"Share": false, //
"FileSizeLimit": 1073741824,
"LoginExpiredTimeSpan": "<22><>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
}
}
}
}