From 811bc69f0bf0d7c310b43df0b072d10932dfa2ea Mon Sep 17 00:00:00 2001 From: ChrisMcKenzie Date: Sat, 28 Sep 2024 09:53:42 -0500 Subject: [PATCH] fix: missing item in bp to bp doc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e420345..594d964 100644 --- a/README.md +++ b/README.md @@ -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