Skip to content

Commit

Permalink
fix: missing item in bp to bp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Sep 28, 2024
1 parent 34bc684 commit 811bc69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ you will need to setup a few things.
You will have to know the "App ID" you intend to operator under.
This can be generated by creating a v4 UUID as long as it is the same for all of the peers in you network (Big and Small).

add the following to the `additionalEnv` section of the values.yaml file for the `hydra-subscription` deployment.

```yaml
PEER_APP_ID: "your-app-id"
```
via the HTTP API (see the ports section we will make a few different calls.
```bash
Expand Down

0 comments on commit 811bc69

Please sign in to comment.