Skip to content

Commit 9a26a90

Browse files
committed
fix: update config.yaml.example TCP vars
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent b3d19ae commit 9a26a90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.yaml.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ debug:
4747
node:
4848
# Path to UNIX socket file for cardano-node
4949
#
50-
# This can also be set via the NODE_SOCKET_PATH environment variable
50+
# This can also be set via the CARDANO_NODE_SOCKET_PATH environment variable
5151
socketPath:
5252

5353
# Address/port for cardano-node
5454
#
5555
# This requires that you be running socat or similar to create a bridge
5656
# between TCP and the UNIX socket.
5757
#
58-
# These can also be set via the NODE_ADDRESS and NODE_PORT environment variables
58+
# These can also be set via the CARDANO_NODE_SOCKET_TCP_HOST and
59+
# CARDANO_NODE_SOCKET_TCP_PORT environment variables
5960
address:
6061
port:

0 commit comments

Comments
 (0)