You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/get_started/running/binary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ Modules need some environment variables to work correctly.
22
22
23
23
### PBS Module
24
24
-`CB_BUILDER_URLS`: optional, comma-separated list of urls to `events` modules where to post builder events.
25
-
-`CB_PBS_ENDPOINT`: optional, override the endpoint where the PBS module will open the port for the beacon node.
25
+
-`CB_PBS_ENDPOINT`: optional, override to specify the`IP:port` endpoint where the PBS module will open the port for the beacon node.
26
26
-`CB_MUX_PATH_{ID}`: optional, override where to load mux validator keys for mux with `id=\{ID\}`.
27
27
28
28
### Signer Module
29
29
-`CB_SIGNER_JWT_SECRET`: secret to use for JWT authentication with the Signer module.
30
-
-`CB_SIGNER_PORT`: required, portto open the signer server on.
30
+
-`CB_SIGNER_ENDPOINT`: optional, override to specify the `IP:port` endpoint to bind the signer server to.
31
31
- For loading keys we currently support:
32
32
-`CB_SIGNER_LOADER_FILE`: path to a `.json` with plaintext keys (for testing purposes only).
33
33
-`CB_SIGNER_LOADER_FORMAT`, `CB_SIGNER_LOADER_KEYS_DIR` and `CB_SIGNER_LOADER_SECRETS_DIR`: paths to the `keys` and `secrets` directories or files (ERC-2335 style keystores, see [Signer config](../configuration/#signer-module) for more info).
0 commit comments