diff --git a/pxiii_bec/deployment/device_server/startup.py b/pxiii_bec/deployment/device_server/startup.py index 1b47efc..5128368 100644 --- a/pxiii_bec/deployment/device_server/startup.py +++ b/pxiii_bec/deployment/device_server/startup.py @@ -3,7 +3,7 @@ import os def setup_epics_ca(): os.environ["EPICS_CA_AUTO_ADDR_LIST"] = "NO" - os.environ["EPICS_CA_ADDR_LIST"] = "129.129.122.255 sls-x12sa-cagw.psi.ch:5836" + os.environ["EPICS_CA_ADDR_LIST"] = "129.129.110.255" os.environ["PYTHONIOENCODING"] = "latin1"