From 4c03af402686bd4c0b62d959269392e021550430 Mon Sep 17 00:00:00 2001 From: Amelia <19412545+ameliakallaher@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:52:09 -0400 Subject: [PATCH] Update dca_config.json (#204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test a change that is on staging, it requires a quick config change: “template_menu_config_file” to match what we have in Prod, which is: "template_menu_config_file": "https://raw.githubusercontent.com/eliteportal/data-models/main/dca-template-config.json", Signed-off-by: Amelia <19412545+ameliakallaher@users.noreply.github.com> --- EL/dca_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EL/dca_config.json b/EL/dca_config.json index 0accd43..ada51f7 100644 --- a/EL/dca_config.json +++ b/EL/dca_config.json @@ -4,7 +4,7 @@ "synapse_asset_view": "syn51753858", "data_model_url": "https://raw.githubusercontent.com/eliteportal/data-models/main/EL.data.model.jsonld", "data_model_info": "https://eliteportal.github.io/data-dictionary/", - "template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/main/EL/dca-template-config.json", + "template_menu_config_file": "https://raw.githubusercontent.com/eliteportal/data-models/main/dca-template-config.json",", "logo_location": "https://github.com/eliteportal/data-models/blob/main/assets/ELITE_logo.png", "logo_link": "https://eliteportal.synapse.org/", "dcc_help_link": "", @@ -31,4 +31,4 @@ "hide_blanks": false } } -} \ No newline at end of file +}