Skip to content

Commit

Permalink
Update dca_config.json (#204)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ameliakallaher authored Aug 15, 2024
1 parent cf848e4 commit 4c03af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EL/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand All @@ -31,4 +31,4 @@
"hide_blanks": false
}
}
}
}

0 comments on commit 4c03af4

Please sign in to comment.