-
Notifications
You must be signed in to change notification settings - Fork 20
/
.env.sample
72 lines (52 loc) · 2.08 KB
/
.env.sample
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
64
65
66
67
68
69
70
71
72
# This is a sample environment file that allows overriding default configuration defined
# in docker-compose.yml. Rename this file to `.env` and then uncomment and set any variable below.
# Supported ethereum network (for ex: mainnet, holesky, sepolia, gnosis) .
#ETH2_NETWORK=
######### Nethermind Config #########
# Nethermind docker container image version, e.g. `latest` or `1.25.3`.
# See available tags https://hub.docker.com/r/nethermind/nethermind/tags
#NETHERMIND_VERSION=
# Nethermind host exposed ports
#NETHERMIND_PORT_P2P=
#NETHERMIND_PORT_HTTP=
#NETHERMIND_PORT_ENGINE=
######### Lighthouse Config #########
#LIGHTHOUSE_VERSION=
#LIGHTHOUSE_PORT_P2P=
#LIGHTHOUSE_PORT_HTTP=
#LIGHTHOUSE_PORT_METRICS=
#LIGHTHOUSE_EXECUTION_ENDPOINT=
######### Teku Config #########
# Teku validator client docker container image version, e.g. `latest` or `24.1.1`.
# See available tags https://hub.docker.com/r/consensys/teku/tags
#TEKU_VERSION=
# Teku beacon node host exposed ports
#TEKU_PORT_METRICS=
######### Charon Config #########
# Charon docker container image version, e.g. `v1.1.1`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=
# Define custom relays. One or more ENRs or an http URL that return an ENR. Use a comma separated list excluding spaces.
#CHARON_P2P_RELAYS=
# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces.
#CHARON_BEACON_NODE_ENDPOINTS=
# Override the charon logging level; debug, info, warning, error.
#CHARON_LOG_LEVEL=
# Override the charon logging format: console, logfmt, json.
#CHARON_LOG_FORMAT=
# Disable Jaeger tracing by setting an empty address.
#CHARON_JAEGER_ADDRESS=
# Advertise a custom external DNS hostname or IP address for UDP discv5 peer discovery.
#CHARON_P2P_EXTERNAL_HOSTNAME=
# Charon host exposed addresses
#CHARON_VALIDATOR_API_ADDRESS=
#CHARON_P2P_TCP_ADDRESS=
#CHARON_MONITORING_ADDRESS=
#PROMETHEUS_VERSION=
#GRAFANA_VERSION=
#NODE_EXPORTER_VERSION=
#JAEGAR_VERSION=
# Monitoring host exposed ports
#MONITORING_PORT_PROMETHEUS=
#MONITORING_PORT_GRAFANA=
#MONITORING_PORT_JAEGER=