From 105495d6cdf19720aa71eb691d50544984f75ede Mon Sep 17 00:00:00 2001 From: Gerhard Salvini Date: Wed, 10 Jul 2024 14:51:16 +0200 Subject: [PATCH] Made compatible with ehds2 branch --- bbmri/modules/bbmri.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbmri/modules/bbmri.conf b/bbmri/modules/bbmri.conf index ce5c3f3..c2bbcc8 100644 --- a/bbmri/modules/bbmri.conf +++ b/bbmri/modules/bbmri.conf @@ -20,10 +20,10 @@ ### Common Configuration of all Components ## This is a descriptive human readable name of your site (e.g. Belgium) -SITE_NAME=ECDC-Bridgehead- +SITE_NAME= ## This is the id for your site used in machine to machine communication (should be ## lower-case, e.g. belgium) -SITE_ID=ecdc-bridgehead- +SITE_ID= ## This server's hostname, for access from other computers within your institution ## (e.g. mybridgehead.intern.myinstitution.org) ## Optional. If left empty, this is auto-generated via the `hostname` command.