From 8366499d6d0552302aece6963cde963b57b39baf Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 13 Oct 2021 14:43:17 +0200 Subject: [PATCH] L2SS-358: Remove simulators that snuck in --- CDB/apsct-sim-config.json | 23 ----------------------- CDB/apspu-sim-config.json | 23 ----------------------- 2 files changed, 46 deletions(-) delete mode 100644 CDB/apsct-sim-config.json delete mode 100644 CDB/apspu-sim-config.json diff --git a/CDB/apsct-sim-config.json b/CDB/apsct-sim-config.json deleted file mode 100644 index 820e79e7c..000000000 --- a/CDB/apsct-sim-config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "servers": { - "APSCT": { - "LTS": { - "APSCT": { - "LTS/APSCT/1": { - "properties": { - "OPC_Server_Name": [ - "apsct-sim" - ], - "OPC_Server_Port": [ - "4843" - ], - "OPC_Time_Out": [ - "5.0" - ] - } - } - } - } - } - } -} diff --git a/CDB/apspu-sim-config.json b/CDB/apspu-sim-config.json deleted file mode 100644 index 2823a4d89..000000000 --- a/CDB/apspu-sim-config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "servers": { - "APSPU": { - "LTS": { - "APSPU": { - "LTS/APSPU/1": { - "properties": { - "OPC_Server_Name": [ - "apspu-sim" - ], - "OPC_Server_Port": [ - "4843" - ], - "OPC_Time_Out": [ - "5.0" - ] - } - } - } - } - } - } -} -- GitLab