Skip to content

Commit 556f965

Browse files
committed
Restoring appsettings.Test.json
1 parent 0409d61 commit 556f965

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"AllowedHosts": "*",
3+
"ConnectionStrings": {
4+
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_test;Integrated Security=True;encrypt=false;TrustServerCertificate=true;"
5+
},
6+
"CurrentSystemBaseUrl": "https://www.dls.nhs.uk/dev-prev",
7+
"AppRootPath": "https://hee-dls-test.softwire.com",
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+
"PricingPage": true,
20+
"RefactoredFindYourCentrePage": true,
21+
"UserFeedbackBar": true,
22+
"ExportQueryRowLimit": 250,
23+
"MaxBulkUploadRows": 200,
24+
"LoginWithLearningHub": true
25+
},
26+
"LearningHubOpenAPIBaseUrl": "https://uks-learninghubnhsuk-openapi-test.azurewebsites.net"
27+
}

0 commit comments

Comments
 (0)