Skip to content

Commit

Permalink
Add thingsDb in the example of local digital twins configuration (#154)
Browse files Browse the repository at this point in the history
[#152] Add thingsDb in the example of local digital twins configuration

- thingsDb has been added to the local digital twins configuration
- formatting of the configuration examples has been aligned between: local digital twins, suite connector and suite bootstrapping

Signed-off-by: Antonia Avramova <[email protected]>
  • Loading branch information
antonia-avramova authored Oct 3, 2022
1 parent 2a04ccd commit 49bd28c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The minimal required configuration to connect the publicly available

```json
{
"address":"hono.eclipseprojects.io:1883",
"address": "hono.eclipseprojects.io:1883",
"tenantId": "org.eclipse.kanto",
"deviceId": "org.eclipse.kanto:exampleDevice",
"authId": "org.eclipse.kanto_example",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The minimal required configuration to connect the publicly available

```json
{
"address":"hono.eclipseprojects.io:1883",
"address": "hono.eclipseprojects.io:1883",
"tenantId": "org.eclipse.kanto",
"deviceId": "org.eclipse.kanto:exampleDevice",
"authId": "org.eclipse.kanto_example",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ The minimal required configuration to enable the local digital twins and their s

```json
{
"address":"hono.eclipseprojects.io:1883",
"address": "hono.eclipseprojects.io:1883",
"tenantId": "org.eclipse.kanto",
"deviceId": "org.eclipse.kanto:exampleDevice",
"authId": "org.eclipse.kanto_example",
"password": "secret",
"thingsDb": "/var/lib/local-digital-twins/thing.db",
"logFile": "/var/log/local-digital-twins/local-digital-twins.log"
}
```
Expand Down

0 comments on commit 49bd28c

Please sign in to comment.