Skip to content
Snippets Groups Projects
Commit e087232a authored by Jasper Annyas's avatar Jasper Annyas
Browse files

L2SS-357:Set recv-sim to port 4843

parent c4d52d71
No related branches found
No related tags found
1 merge request!134Resolve L2SS-357 "Rename pcc to recv"
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"LTS/RECV/1": { "LTS/RECV/1": {
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"pyrecv-sim" "recv-sim"
], ],
"OPC_Server_Port": [ "OPC_Server_Port": [
"4842" "4843"
], ],
"OPC_Time_Out": [ "OPC_Time_Out": [
"5.0" "5.0"
......
...@@ -16,5 +16,5 @@ services: ...@@ -16,5 +16,5 @@ services:
volumes: volumes:
- ${HOME}:/hosthome - ${HOME}:/hosthome
ports: ports:
- "4842:4842" - "4843:4843"
restart: on-failure restart: on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment