Skip to content

Commit b830429

Browse files
committed
add metrics env
1 parent 8307506 commit b830429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shutter/scripts/configure_keyper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export SHUTTER_BEACONAPIURL=$(get_beacon_api_url_from_global_env "$NETWORK" "$SU
1515
export SHUTTER_GNOSIS_NODE_CONTRACTSURL=http://execution.gnosis.dncore.dappnode:8545
1616
export SHUTTER_GNOSIS_NODE_ETHEREUMURL=$(get_execution_ws_url_from_global_env "$NETWORK" "$SUPPORTED_NETWORKS")
1717
export VALIDATOR_PUBLIC_KEY=$(cat "${SHUTTER_CHAIN_DIR}/config/priv_validator_pubkey.hex")
18+
export SHUTTER_METRICS_ENABLED=${SHUTTER_PUSH_METRICS_ENABLED}
1819

1920
echo "[INFO | configure] LISTEN: $SHUTTER_P2P_LISTENADDRESSES"
2021

0 commit comments

Comments
 (0)