diff --git a/beacon/conf.py b/beacon/conf.py index 0e8f3433..7e7a5dd2 100644 --- a/beacon/conf.py +++ b/beacon/conf.py @@ -12,7 +12,7 @@ beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service api_version = 'v2.0.0' # Version of the Beacon implementation -uri = 'https://beacon-apis-demo.ega-archive.org/api/' +uri = 'https://beacon-apis-test.ega-archive.org/api/' # # Beacon granularity diff --git a/beacon/request/public_datasets.yml b/beacon/request/public_datasets.yml index e27c4f7b..73cd0b86 100644 --- a/beacon/request/public_datasets.yml +++ b/beacon/request/public_datasets.yml @@ -1,2 +1,3 @@ public_datasets: +- CINECA_synthetic_cohort_EUROPE_UK1 - AV_Dataset diff --git a/deploy/conf.py b/deploy/conf.py index 3ab4a36d..a4ecbc7d 100644 --- a/deploy/conf.py +++ b/deploy/conf.py @@ -6,7 +6,7 @@ beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service api_version = 'v2.0.0' # Version of the Beacon implementation -uri = 'https://beacon-apis-demo.ega-archive.org/api/' +uri = 'https://beacon-apis-test.ega-archive.org/api/' # # Beacon granularity