Skip to content

Commit 0eef8bb

Browse files
authored
Merge pull request #61 from mp-loki/develop/1.2.2
Develop/1.2.2
2 parents 2ab1a68 + ab82a7d commit 0eef8bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/opc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
"applicationName": "Thingsboard OPC-UA client",
55
"applicationUri": "",
6+
"host": "localhost",
67
"port": 49320,
78
"scanPeriodInSeconds": 10,
89
"timeoutInMillis": 5000,
@@ -15,7 +16,7 @@
1516
"location": "example.pfx",
1617
"password": "secret",
1718
"alias": "gateway",
18-
"keyPassword": "password"
19+
"keyPassword": "secret"
1920
},
2021
"mapping": [
2122
{

0 commit comments

Comments
 (0)