From ea354b7a916e32257d17a3fb736f863917dd8fad Mon Sep 17 00:00:00 2001 From: Joseph Kotanchik Date: Fri, 13 Dec 2024 13:38:40 -0500 Subject: [PATCH] MAT-8019: Add flag to control validation of QICore STU6 Test Cases. --- local-dev-env/serviceConfig.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/local-dev-env/serviceConfig.json b/local-dev-env/serviceConfig.json index 09276dd..f64db2e 100644 --- a/local-dev-env/serviceConfig.json +++ b/local-dev-env/serviceConfig.json @@ -1,6 +1,6 @@ { "measureService": { - "baseUrl": "http://localhost:8080/api" + "baseUrl": "http://localhost:8086/api" }, "qdmElmTranslationService": { "baseUrl": "http://localhost:8084/api" @@ -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" @@ -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 } }