Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelschlatter authored Oct 29, 2024
1 parent 9013afc commit b04abcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MockServer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker run --name opcuaserver --network my-net -p 4840:4840 docker.io/library/op
docker run --network my-net docker.io/library/opcua-test-client
````

Config for OPCUA connector:
Config for OPCUA connector (the host used in the serverUrl must match the name given to the Docker container):
````json
{
"serverUrl": "opc.tcp://opcua-test-server:4840/freeopcua/server/",
Expand All @@ -22,4 +22,4 @@ Config for OPCUA connector:
}
]
}
````
````

0 comments on commit b04abcf

Please sign in to comment.