Skip to content

Commit

Permalink
README.md: Fix variable assigment for Yocto Project instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
  • Loading branch information
Ossanes authored and otavio committed Mar 15, 2022
1 parent 10d2da7 commit aa5bb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ from `meta-updatehub`. Also some variables must be set to work properly.
Add these variables to `conf/local.conf`:

```
UPDATEHUB_SERVER_URL = http://<Host_IP_Address>:8080"
UPDATEHUB_POLLING_INTERVAL = “1m”
UPDATEHUB_SERVER_URL = 'http://<Host_IP_Address>:8080'
UPDATEHUB_POLLING_INTERVAL = '1m'
```

* `UPDATEHUB_SERVER_URL` will point to the `updatehub-ce` IP address. If you don't set this variable, your updatehub agent will not communicate with your `updatehub-ce` server, but with [Updatehub Cloud](https://updatehub.io/) instead.
Expand Down

0 comments on commit aa5bb52

Please sign in to comment.