Config: Resid address is BL dependent (to be tested)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user