Skip to content

Commit bab17a5

Browse files
committed
Reintroduce the empty string to prevent spaces making a mess
1 parent dd4808c commit bab17a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.sample.holesky

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
176176
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
177177
#CHARON_LOKI_ADDRESSES=
178178

179-
# Charon Cluster Name. Mandatory to send logs with Promtail.
179+
# Charon Cluster Name. Mandatory to send logs with Promtail and metrics with Prometheus.
180180
#CLUSTER_NAME=""
181181

182-
# Charon Cluster Peer. Mandatory to send logs with Promtail.
182+
# Charon Cluster Peer. Mandatory to send logs with Promtail and metrics with Prometheus.
183183
#CLUSTER_PEER=""
184184

185185
# Nickname to identify this charon node on monitoring (max 32 characters).

.env.sample.hoodi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
176176
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
177177
#CHARON_LOKI_ADDRESSES=
178178

179-
# Charon Cluster Name. Mandatory to send logs with Promtail.
179+
# Charon Cluster Name. Mandatory to send logs with Promtail and metrics with Prometheus.
180180
#CLUSTER_NAME=""
181181

182-
# Charon Cluster Peer. Mandatory to send logs with Promtail.
182+
# Charon Cluster Peer. Mandatory to send logs with Promtail and metrics with Prometheus.
183183
#CLUSTER_PEER=""
184184

185185
# Nickname to identify this charon node on monitoring (max 32 characters).

.env.sample.mainnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
176176
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
177177
#CHARON_LOKI_ADDRESSES=
178178

179-
# Charon Cluster Name. Mandatory to send logs with Promtail.
179+
# Charon Cluster Name. Mandatory to send logs with Promtail and metrics with Prometheus.
180180
#CLUSTER_NAME=""
181181

182-
# Charon Cluster Peer. Mandatory to send logs with Promtail.
182+
# Charon Cluster Peer. Mandatory to send logs with Promtail and metrics with Prometheus.
183183
#CLUSTER_PEER=""
184184

185185
# Nickname to identify this charon node on monitoring (max 32 characters).

0 commit comments

Comments
 (0)