Skip to content

Commit

Permalink
set up testing config for AD DCA testing deployment (#186)
Browse files Browse the repository at this point in the history
* update AD testing asset view and model

Signed-off-by: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com>

* enable cross-man validation for testing

Signed-off-by: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com>

---------

Signed-off-by: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com>
  • Loading branch information
avanlinden committed Jun 26, 2024
1 parent bdaa900 commit 4d0c4aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ADKP/dca_config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dcc": {
"name": "AD Knowledge Portal",
"synapse_asset_view": "syn51324810",
"data_model_url": "https://raw.githubusercontent.com/adknowledgeportal/data-models/main/AD.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/adknowledgeportal/data-models/main/dca-template-config.json",
"synapse_asset_view": "syn58711351",
"data_model_url": "https://raw.githubusercontent.com/adknowledgeportal/data-models/xman-testing/AD.test.model.jsonld",
"data_model_info": "cross-manifest validation testing branch",
"template_menu_config_file": "https://raw.githubusercontent.com/adknowledgeportal/data-models/xman-testing/dca-template-config.json",
"logo_location": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/prod/ADKP/ADKnowledgePortal.png",
"logo_link": "https://adknowledgeportal.synapse.org",
"dcc_help_link": "",
Expand All @@ -25,7 +25,8 @@
"use_annotations": true
},
"model_validate": {
"restrict_rules": false
"restrict_rules": false,
"enable_cross_manifest_validation": true
},
"model_submit": {
"table_column_names": "display_label",
Expand Down

0 comments on commit 4d0c4aa

Please sign in to comment.