diff --git a/daq/src/aaredaq/config.py b/daq/src/aaredaq/config.py index 00498c69..4f908a3e 100644 --- a/daq/src/aaredaq/config.py +++ b/daq/src/aaredaq/config.py @@ -68,7 +68,7 @@ class BeamlineConfig: if bl is MXBeamline.SIMULATED: host = "localhost" else: - host = f"x06da-redis.psi.ch" + host = f"{self.__bl}-redis.psi.ch" self.__client = redis.Redis(host=host, port=6379, db=0, decode_responses=True) # Session and authentication management