Skip to content

Commit

Permalink
MAT-8019: Add flag to control validation of QICore STU6 Test Cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB committed Dec 13, 2024
1 parent 5cc38a6 commit 6d867b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions local-dev-env/serviceConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"measureService": {
"baseUrl": "http://localhost:8080/api"
"baseUrl": "http://localhost:8086/api"
},
"qdmElmTranslationService": {
"baseUrl": "http://localhost:8084/api"
Expand All @@ -9,13 +9,13 @@
"baseUrl": "http://localhost:8083/api"
},
"testCaseService": {
"baseUrl": "http://localhost:8080/api"
"baseUrl": "http://localhost:8086/api"
},
"cqlLibraryService": {
"baseUrl": "http://localhost:8082/api"
},
"loggingService": {
"baseUrl": "http://localhost:8080/api"
"baseUrl": "http://localhost:8086/api"
},
"terminologyService": {
"baseUrl": "http://localhost:8081/api"
Expand All @@ -28,17 +28,17 @@
},
"madieVersion": "1.0.3",
"features": {
"CQLBuilderIncludes": false,
"CQLBuilderParameters": false,
"CQLBuilderFunctions": false,
"qiCore6": false,
"MeasureButtons": true,
"CQLBuilderIncludes": true,
"CQLBuilderParameters": true,
"qiCore6": true,
"qiCoreElementsTab": true,
"qiCoreBonnieTestCases": false,
"qdmHideJson": false,
"enableQdmRepeatTransfer": false,
"CQLBuilderDefinitions": true,
"TestCaseListSearch": true,
"TestCaseID": false,
"MeasureButtons": true
"TestCaseID": true,
"stu6TestCaseValidation": false
}
}

0 comments on commit 6d867b6

Please sign in to comment.