@@ -23,14 +23,15 @@ variables. The first set controls the behavior of the application, while the
2323second set controls the connection to the Cardano node instance.
2424
2525Application configuration:
26- ` API_LISTEN_ADDRESS ` - Address to bind for API calls, all addresses if empty (default: empty)
27- ` API_LISTEN_PORT ` - Port to bind for API calls (default: 8090)
28- ` DEBUG_ADDRESS ` - Address to bind for pprof debugging (default: localhost)
29- ` DEBUG_PORT ` - Port to bind for pprof debugging, disabled if 0 (default: 0)
30- ` LOGGING_LEVEL ` - Logging level for log output (default: info)
31- ` METRICS_LISTEN_ADDRESS ` - Address to bind for Prometheus format metrics, all
26+ - ` API_LISTEN_ADDRESS ` - Address to bind for API calls, all addresses if empty
27+ (default: empty)
28+ - ` API_LISTEN_PORT ` - Port to bind for API calls (default: 8090)
29+ - ` DEBUG_ADDRESS ` - Address to bind for pprof debugging (default: localhost)
30+ - ` DEBUG_PORT ` - Port to bind for pprof debugging, disabled if 0 (default: 0)
31+ - ` LOGGING_LEVEL ` - Logging level for log output (default: info)
32+ - ` METRICS_LISTEN_ADDRESS ` - Address to bind for Prometheus format metrics, all
3233 addresses if empty (default: empty)
33- ` METRICS_LISTEN_PORT ` - Port to bind for metrics (default: 8081)
34+ - ` METRICS_LISTEN_PORT ` - Port to bind for metrics (default: 8081)
3435
3536Connection to the Cardano node can be performed using specific named network
3637shortcuts for known network magic configurations. Supported named networks are:
@@ -49,8 +50,12 @@ NtC communication socket over TCP. TCP connections are preferred over socket
4950within the application.
5051
5152Cardano node configuration:
52- ` CARDANO_NETWORK ` - Use a named Cardano network (default: mainnet)
53- ` CARDANO_NODE_NETWORK_MAGIC ` - Cardano network magic (default: automatically determined from named network)
54- ` CARDANO_NODE_SOCKET_PATH ` - Socket path to Cardano node NtC via UNIX socket (default: /node-ipc/node.socket)
55- ` CARDANO_NODE_SOCKET_TCP_HOST ` - Address to Cardano node NtC via TCP (default: unset)
56- ` CARDANO_NODE_SOCKET_TCP_PORT ` - Port to Cardano node NtC via TCP (default: unset)
53+ - ` CARDANO_NETWORK ` - Use a named Cardano network (default: mainnet)
54+ - ` CARDANO_NODE_NETWORK_MAGIC ` - Cardano network magic (default: automatically
55+ determined from named network)
56+ - ` CARDANO_NODE_SOCKET_PATH ` - Socket path to Cardano node NtC via UNIX socket
57+ (default: /node-ipc/node.socket)
58+ - ` CARDANO_NODE_SOCKET_TCP_HOST ` - Address to Cardano node NtC via TCP
59+ (default: unset)
60+ - ` CARDANO_NODE_SOCKET_TCP_PORT ` - Port to Cardano node NtC via TCP (default:
61+ unset)
0 commit comments