File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
go-shutter-settings/settings Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type KeyperConfig struct {
3434 ListenAddresses []string `env:"SHUTTER_P2P_LISTENADDRESSES"`
3535 AdvertiseAddresses []string `env:"SHUTTER_P2P_ADVERTISEADDRESSES"`
3636 CustomBootstrapAddresses []string `env:"_ASSETS_CUSTOM_BOOTSTRAP_ADDRESSES"`
37- DiscoveryNamespace string `env:"_ASSETS_DISCOVERY_NAME_PREFIX "`
37+ DiscoveryNamespace string `env:"SHUTTER_DISCOVERY_NAMESPACE "`
3838 }
3939 Shuttermint struct {
4040 ShuttermintURL string `env:"SHUTTER_SHUTTERMINT_SHUTTERMINTURL"`
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export SHUTTER_BEACONAPIURL=$(get_beacon_api_url_from_global_env "$NETWORK" "$SU
2020export SHUTTER_GNOSIS_NODE_CONTRACTSURL=http://execution.gnosis.dncore.dappnode:8545
2121export SHUTTER_GNOSIS_NODE_ETHEREUMURL=$( get_execution_ws_url_from_global_env " $NETWORK " " $SUPPORTED_NETWORKS " )
2222export VALIDATOR_PUBLIC_KEY=$( cat " ${SHUTTER_CHAIN_DIR} /config/priv_validator_pubkey.hex" )
23+ export SHUTTER_DISCOVERY_NAMESPACE=" ${_ASSETS_DISCOVERY_NAME_PREFIX} -${_ASSETS_INSTANCE_ID} "
2324export SHUTTER_METRICS_ENABLED=${SHUTTER_PUSH_METRICS_ENABLED}
2425
2526echo " [INFO | configure] LISTEN: $SHUTTER_P2P_LISTENADDRESSES "
You can’t perform that action at this time.
0 commit comments