|
| 1 | +{ |
| 2 | + "ConnectionStrings": { |
| 3 | + "DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;", |
| 4 | + "UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;TrustServerCertificate=true;" |
| 5 | + }, |
| 6 | + "CurrentSystemBaseUrl": "https://localhost:5001", |
| 7 | + "AppRootPath": "https://localhost:44363", |
| 8 | + "LegacyLearningMenu": false, |
| 9 | + "MapsAPIKey": "", |
| 10 | + "JavascriptSearchSortFilterPaginateItemLimit": 250, |
| 11 | + "MonthsToPromptUserDetailsCheck": 6, |
| 12 | + "FeatureManagement": { |
| 13 | + "RefactoredTrackingSystem": true, |
| 14 | + "ShowAppCardForLegacyTrackingSystem": false, |
| 15 | + "SupervisorProfileAssessmentInterface": true, |
| 16 | + "WorkforceManagerInterface": true, |
| 17 | + "RefactoredSuperAdminInterface": true, |
| 18 | + "UseSignposting": true, |
| 19 | + "CandidateAssessmentExcelExport": true, |
| 20 | + "PricingPage": true, |
| 21 | + "RefactoredFindYourCentrePage": true, |
| 22 | + "UserFeedbackBar": true, |
| 23 | + "ExportQueryRowLimit": 250, |
| 24 | + "MaxBulkUploadRows": 200, |
| 25 | + "LoginWithLearningHub": true |
| 26 | + }, |
| 27 | + "LearningHubOpenAPIBaseUrl": "https://uks-learninghubnhsuk-openapi-test.azurewebsites.net", |
| 28 | + "LearningHubReportAPIConfig": { |
| 29 | + "BaseUrl": "https://reportapi-test.test-learninghub.org.uk", |
| 30 | + "ClientId": "BCDE972F-E007-4DFF-B233-8870474AEEAA" |
| 31 | + }, |
| 32 | + "FreshdeskAPIConfig": { |
| 33 | + "GroupId": "80000647007", |
| 34 | + "ProductId": "80000003097" |
| 35 | + }, |
| 36 | + "LearningHubSSO": { |
| 37 | + "ToleranceInSeconds": 60, |
| 38 | + "HashIterations": 10000, |
| 39 | + "ByteLength": 32, |
| 40 | + "SecretKey": "", |
| 41 | + "BaseUrl": "https://lh-auth.dev.local/sso", |
| 42 | + "LoginEndpoint": "/login", |
| 43 | + "LinkingEndpoint": "/create-user", |
| 44 | + "ClientCode": "DigitalLearningSolutions", |
| 45 | + "ClientCodeSso": "DigitalLearningSolutionsSso" |
| 46 | + }, |
| 47 | + "IpRateLimiting": { |
| 48 | + "EnableEndpointRateLimiting": true, |
| 49 | + "StackBlockedRequests": false, |
| 50 | + "RealIpHeader": "X-Real-IP", |
| 51 | + "HttpStatusCode": 429, |
| 52 | + "GeneralRules": [ |
| 53 | + { |
| 54 | + "Endpoint": "post:/ForgotPassword", |
| 55 | + "Period": "1m", |
| 56 | + "Limit": 5 |
| 57 | + }, |
| 58 | + { |
| 59 | + "Endpoint": "post:/Login", |
| 60 | + "Period": "1m", |
| 61 | + "Limit": 5 |
| 62 | + } |
| 63 | + ] |
| 64 | + }, |
| 65 | + "LearningHubAuthentication": { |
| 66 | + "Authority": "https://lh-auth.dev.local", |
| 67 | + "ClientId": "digitallearningsolutions", |
| 68 | + "ClientSecret": "" |
| 69 | + }, |
| 70 | + "LearningHubUserApi": { |
| 71 | + "UserApiUrl": "https://lh-userapi.dev.local/api/" |
| 72 | + } |
| 73 | +} |
0 commit comments