Skip to content

Commit

Permalink
Minor fix to opc-config.json
Browse files Browse the repository at this point in the history
(cherry picked from commit c1c75e9)
  • Loading branch information
mp-loki committed Apr 17, 2018
1 parent 2ab1a68 commit 2af34db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/opc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"applicationName": "Thingsboard OPC-UA client",
"applicationUri": "",
"host": "localhost",
"port": 49320,
"scanPeriodInSeconds": 10,
"timeoutInMillis": 5000,
Expand All @@ -15,7 +16,7 @@
"location": "example.pfx",
"password": "secret",
"alias": "gateway",
"keyPassword": "password"
"keyPassword": "secret"
},
"mapping": [
{
Expand Down

0 comments on commit 2af34db

Please sign in to comment.