Skip to content

Commit 4e273dc

Browse files
committed
Reintroduce the empty string to prevent spaces making a mess
1 parent 3cef513 commit 4e273dc

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
@@ -177,10 +177,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
177177
#CHARON_LOKI_ADDRESSES=
178178

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

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

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

.env.sample.hoodi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
177177
#CHARON_LOKI_ADDRESSES=
178178

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

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

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

.env.sample.mainnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=http://${EL}:8545
177177
#CHARON_LOKI_ADDRESSES=
178178

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

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

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

0 commit comments

Comments
 (0)