Skip to content

Commit

Permalink
Merge pull request #224 from MeasureAuthoringTool/MAT-7475
Browse files Browse the repository at this point in the history
MAT-7475: remove unneeded feature flags
  • Loading branch information
ethankaplan authored Jul 30, 2024
2 parents 55771ed + 967470f commit c1bf4ea
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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 @@ -26,15 +26,10 @@
"madieVersion": "1.0.3",
"features": {
"CQLBuilderIncludes": false,
"includeSDEValues": true,
"manifestExpansion": true,
"qdmExport": true,
"qiCoreElementsTab": false,
"qiCoreBonnieTestCases": false,
"qdmHideJson": false,
"enableQdmRepeatTransfer": false,
"generateCMSID": true,
"testCaseExport": true,
"qdmCodeSearch": true,
"QDMValueSetSearch": true,
"ShiftTestCasesDates": true,
Expand Down

0 comments on commit c1bf4ea

Please sign in to comment.