-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml.example
63 lines (55 loc) · 1.74 KB
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
# Example config file for nview
# The values shown below correspond to the in-code defaults
app:
# Display name for the node
#
# This can also be set via the NODE_NAME environment variable
nodeName: Cardano Node
# Named Cardano network for cardano-node
#
# This is a short-cut to select the NetworkMagic and can be used to
# select mainnet, preprod, preview, or sancho networks.
#
# This can also be set via the NETWORK environment variable and overrides
# the node specific setting below
network:
node:
# Named Cardano network for cardano-node
#
# This is a short-cut to select the NetworkMagic and can be used to
# select mainnet, preprod, preview, or sancho networks.
#
# This can also be set via the CARDANO_NETWORK environment variable
network: mainnet
# NetworkMagic for network for cardano-node
#
# This selects the correct network for operation and can be configured to
# any network, not just the named networks.
#
# This can also be set via the CARDANO_NODE_NETWORK_MAGIC environment
# variable
networkMagic:
# Port for cardano-node
#
# Listening port for cardano-node for NtN communication.
#
# This can also be set via the CARDANO_PORT environment variable
port: 3001
# Socket path for cardano-node
#
# Listening UNIX socket path and file name for cardano-node NtC
# communication.
#
# This can also be set via the CARDANO_NODE_SOCKET_PATH environment variable
socketPath:
prometheus:
# host/port for cardano-node Prometheus metrics
#
# These can also be set via the PROM_HOST and PROM_PORT environment variables
host: 127.0.0.1
port: 12798
# Timeout for connections to cardano-node
#
# This can also be set via the PROM_TIMEOUT environment variable
timeout: 3