From 93e73838c6e08a1cffb37fac8b014e0540590c0d Mon Sep 17 00:00:00 2001 From: DavidCroftDKFZ <46788708+DavidCroftDKFZ@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:39:46 +0200 Subject: [PATCH] Made comments compatible with ehds2 branch --- bbmri/docker-compose.yml | 1 - bbmri/modules/bbmri.conf | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bbmri/docker-compose.yml b/bbmri/docker-compose.yml index 0440ab4..1ea740f 100644 --- a/bbmri/docker-compose.yml +++ b/bbmri/docker-compose.yml @@ -5,7 +5,6 @@ version: "3.7" services: blaze: #image: docker.verbis.dkfz.de/cache/samply/blaze:latest - #image: samply/blaze:latest # Blaze versions 0.26 and 0.27 do not return anything when you run a # CQL query, so I am pinning the version at 0.25. image: samply/blaze:0.25 diff --git a/bbmri/modules/bbmri.conf b/bbmri/modules/bbmri.conf index dda1f0c..ce5c3f3 100644 --- a/bbmri/modules/bbmri.conf +++ b/bbmri/modules/bbmri.conf @@ -19,9 +19,10 @@ ### Common Configuration of all Components -## This is the descriptive humanreadable name of your site (e.g. München LMU) +## This is a descriptive human readable name of your site (e.g. Belgium) SITE_NAME=ECDC-Bridgehead- -## This is the id for your site used in machine to machine communication (e.g. muenchen-lmu) +## This is the id for your site used in machine to machine communication (should be +## lower-case, e.g. belgium) SITE_ID=ecdc-bridgehead- ## This server's hostname, for access from other computers within your institution ## (e.g. mybridgehead.intern.myinstitution.org) @@ -29,8 +30,8 @@ SITE_ID=ecdc-bridgehead- HOST= ## Proxy Configuration -# leave empty if not applyable -# ex.: http://my-proxy-host:my-proxy-port +# leave empty if not applicable +# eg.: http://my-proxy-host:my-proxy-port HTTP_PROXY_URL= HTTP_PROXY_USERNAME= HTTP_PROXY_PASSWORD=