X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/63bcd4762a60500b6a445b16b33ea31533fdf25d..796a3ce005800d37ef5711b367c926ac720577d5:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index 7d974342a7..cbac7b1984 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -125,6 +125,9 @@ remove the entire ${varName} entry from ${WORKBENCH_CONFIG_URL}`); else { vocabularyUrl = clusterConfigJSON.Workbench.VocabularyURL || "/vocabulary-example.json"; } + // FIXME: The following line is for dev testing purposes + vocabularyUrl = "/vocabulary-example.json"; + config.vocabularyUrl = vocabularyUrl; return { config, apiHost: workbenchConfig.API_HOST };