From e0350dc9e584ef1b1f9399c7a1831d896e5efd22 Mon Sep 17 00:00:00 2001 From: Mahfouz Date: Wed, 1 May 2024 15:28:08 +0100 Subject: [PATCH] Added ena api key to CI config file --- ci/configuration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/configuration.yaml b/ci/configuration.yaml index 1102dc73e..8f88e50f0 100644 --- a/ci/configuration.yaml +++ b/ci/configuration.yaml @@ -19,4 +19,5 @@ emg: celery_backend: 'redis://localhost:6379/1' results_production_dir: '/dummy/path/results' # metagenomics exchange - me_api: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api' \ No newline at end of file + me_api: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api' + ena_api_password: None \ No newline at end of file