Skip to content

Commit

Permalink
[#704] Add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Nov 21, 2023
1 parent cd2551c commit a05c86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/package/defaults/tezos-node.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
NODE_RPC_ADDR="127.0.0.1:8732"
CERT_PATH=""
KEY_PATH=""
RESTORE_FROM_CORRUPTION=false
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ aware of the change as well.
| `KEY_PATH` | `tezos-node-<network>` | Path to the TLS key, e.g. `/var/lib/tezos/.tls-key` | `tezos-node-<network>`, `tezos-baking-<network>`, `tezos-baker-<proto>@<network>` |
| `TEZOS_NODE_DIR` | `tezos-node-<network>` | Path to the tezos node data directory, e.g. `/var/lib/tezos/node` | `tezos-node-<network>`, `tezos-baking-<network>`, `tezos-baker-<proto>@<network>` |
| `NETWORK` | `tezos-node-<network>` | Name of the network that this node will run on, e.g. `mainnet`, `ghostnet` | `tezos-node-<network>`, `tezos-baking-<network>`, `tezos-baker-<proto>@<network>` |
| `RESTORE_FROM_CORRUPTION` | `tezos-node` | If set restores tezos-node binary in case corruption happens duting installation. In order to worker properly it requires `tezos-baking` to be installed. | `tezos-node`|
| `NODE_RPC_ADDR` | `tezos-node-custom@<network>` | Address used by this node to serve the RPC, e.g. `127.0.0.1:8732` | `tezos-baking-custom@<network>`, `tezos-node-custom@<network>` |
| `CERT_PATH` | `tezos-node-custom@<network>` | Path to the TLS certificate, e.g. `/var/lib/tezos/.tls-certificate` | `tezos-baking-custom@<network>`, `tezos-node-custom@<network>` |
| `KEY_PATH` | `tezos-node-custom@<network>` | Path to the TLS key, e.g. `/var/lib/tezos/.tls-key` | `tezos-baking-custom@<network>`, `tezos-node-custom@<network>` |
Expand Down

0 comments on commit a05c86d

Please sign in to comment.