{ "ConnectionStrings": { "hang": "Server=ZHOU;Database=IRaCIS;User ID=sa;Password=sa123456;", "Hangfire": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Hangfire_IRaCIS;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true" }, "JwtSetting": { "SecurityKey": "3e6dbfa227234a03977a2f421bdb7f4f", // ��Կ "Issuer": "IRaCIS", // �䷢�� "Audience": "ZhiZhun", // ������ "TokenExpireDays": "7" // ����ʱ�䣨7day�� }, "IpRateLimiting": { "EnableEndpointRateLimiting": true, //False: globally executed, true: executed for each "StackBlockedRequests": false, // set to false, rejected calls are not added to the throttle counter "RealIpHeader": "X-Real-IP", "ClientIdHeader": "X-ClientId", "QuotaExceededResponse": { "Content": "{{\"ErrorMessage\":\"The program performs flow limiting,Your requests are too frequent, please try again later, or contact the administrator to modify the IP flow restriction rules\",\"IsSuccess\":false}}", "ContentType": "application/json", "StatusCode": 429 }, "HttpStatusCode": 429, //"IpWhitelist": [ "127.0.0.1", "::1/10", "192.168.0.0/24" ], "EndpointWhitelist": [ "post:/study/archivestudy/*" ], //"EndpointWhitelist": [ ], //"EndpointWhitelist": ["post:/trial/getTrialList"], //demo "IpWhitelist": [], //"ClientWhitelist": [ "dev-id-1", "dev-id-2" ], "GeneralRules": [ { "Endpoint": "*", "Period": "1s", "Limit": 3 }, { "Endpoint": "*", "Period": "15m", "Limit": 100 }, { "Endpoint": "*", "Period": "12h", "Limit": 1000 }, { "Endpoint": "*", "Period": "7d", "Limit": 10000 } ] }, "easycaching": { "inmemory": { "MaxRdSecond": 120, "EnableLogging": false, "LockMs": 5000, "SleepMs": 300, "DBConfig": { "SizeLimit": 10000, "ExpirationScanFrequency": 60, "EnableReadDeepClone": true, "EnableWriteDeepClone": false } } }, "IRaCISBasicConfig": { "DoctorCodePrefix": "RE", "UserCodePrefix": "U", "QCChallengeCodePrefix": "Q", "NoneDicomStudyCodePrefix": "NST", "DicomStudyCodePrefix": "ST", "DefaultPassword": "123456", "DefaultInternalOrganizationName": "ExtImaging", "ImageShareExpireDays": 10 } //��վ����ַ��Ϊ�˷����ļ� dicom ���ϴ����ĵ�... ʵ�ⷢ�ֲ��ý�����ƴ�ӷ��أ���������Զ����ϵ�ǰip�������˶໷����ȡ���������ļ� }