From e087232a41cec698638d4efcf9b0a43ef1be8203 Mon Sep 17 00:00:00 2001 From: Annyas <annyas@astron.nl> Date: Thu, 23 Sep 2021 11:16:02 +0200 Subject: [PATCH] L2SS-357:Set recv-sim to port 4843 --- ...c-sim-config.json => recv-sim-config.json} | 46 +++++++++---------- docker-compose/recv-sim.yml | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) rename CDB/{pypcc-sim-config.json => recv-sim-config.json} (83%) diff --git a/CDB/pypcc-sim-config.json b/CDB/recv-sim-config.json similarity index 83% rename from CDB/pypcc-sim-config.json rename to CDB/recv-sim-config.json index aaa09bc66..e9585345e 100644 --- a/CDB/pypcc-sim-config.json +++ b/CDB/recv-sim-config.json @@ -1,23 +1,23 @@ -{ - "servers": { - "RECV": { - "LTS": { - "RECV": { - "LTS/RECV/1": { - "properties": { - "OPC_Server_Name": [ - "pyrecv-sim" - ], - "OPC_Server_Port": [ - "4842" - ], - "OPC_Time_Out": [ - "5.0" - ] - } - } - } - } - } - } -} +{ + "servers": { + "RECV": { + "LTS": { + "RECV": { + "LTS/RECV/1": { + "properties": { + "OPC_Server_Name": [ + "recv-sim" + ], + "OPC_Server_Port": [ + "4843" + ], + "OPC_Time_Out": [ + "5.0" + ] + } + } + } + } + } + } +} diff --git a/docker-compose/recv-sim.yml b/docker-compose/recv-sim.yml index 1f9b6f0ac..7b1f704fa 100644 --- a/docker-compose/recv-sim.yml +++ b/docker-compose/recv-sim.yml @@ -16,5 +16,5 @@ services: volumes: - ${HOME}:/hosthome ports: - - "4842:4842" + - "4843:4843" restart: on-failure -- GitLab