We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3d19ae + 9a26a90 commit c794551Copy full SHA for c794551
config.yaml.example
@@ -47,14 +47,15 @@ debug:
47
node:
48
# Path to UNIX socket file for cardano-node
49
#
50
- # This can also be set via the NODE_SOCKET_PATH environment variable
+ # This can also be set via the CARDANO_NODE_SOCKET_PATH environment variable
51
socketPath:
52
53
# Address/port for cardano-node
54
55
# This requires that you be running socat or similar to create a bridge
56
# between TCP and the UNIX socket.
57
58
- # These can also be set via the NODE_ADDRESS and NODE_PORT environment variables
+ # These can also be set via the CARDANO_NODE_SOCKET_TCP_HOST and
59
+ # CARDANO_NODE_SOCKET_TCP_PORT environment variables
60
address:
61
port:
0 commit comments