{ "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", // ��Կ "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 } } } }