Skip to content

Commit

Permalink
MAT-7939 remove unused feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu authored and jkotanchik-SB committed Dec 13, 2024
1 parent ea354b7 commit f020771
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions local-dev-env/serviceConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"measureService": {
"baseUrl": "http://localhost:8086/api"
"baseUrl": "http://localhost:8080/api"
},
"qdmElmTranslationService": {
"baseUrl": "http://localhost:8084/api"
Expand All @@ -9,13 +9,13 @@
"baseUrl": "http://localhost:8083/api"
},
"testCaseService": {
"baseUrl": "http://localhost:8086/api"
"baseUrl": "http://localhost:8080/api"
},
"cqlLibraryService": {
"baseUrl": "http://localhost:8082/api"
},
"loggingService": {
"baseUrl": "http://localhost:8086/api"
"baseUrl": "http://localhost:8080/api"
},
"terminologyService": {
"baseUrl": "http://localhost:8081/api"
Expand All @@ -28,17 +28,14 @@
},
"madieVersion": "1.0.3",
"features": {
"MeasureButtons": true,
"CQLBuilderIncludes": true,
"CQLBuilderParameters": true,
"qiCore6": true,
"CQLBuilderParameters": false,
"CQLBuilderFunctions": false,
"qiCore6": false,
"qiCoreElementsTab": true,
"qiCoreBonnieTestCases": false,
"qdmHideJson": false,
"enableQdmRepeatTransfer": false,
"CQLBuilderDefinitions": true,
"TestCaseListSearch": true,
"TestCaseID": true,
"MeasureButtons": true,
"stu6TestCaseValidation": false
}
}

0 comments on commit f020771

Please sign in to comment.