You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few old environment variables don't follow the naming convention that all other environment variables do, so they are not automatically documented and, therefore, rarely used:
NETHERMIND_CORS_ORIGINS: convert to JsonRpc.CorsOrigins
NETHERMIND_ENODE_IPADDRESS: remove as a duplicate of NETHERMIND_NETWORKCONFIG_EXTERNALIP
NETHERMIND_MONITORING_GROUP: convert to Metrics.MonitoringGroup
NETHERMIND_MONITORING_JOB: convert to Metrics.MonitoringJob
NETHERMIND_URL: remove as redundant and conflicting with JsonRpc.Host and JsonRpc.Port
The text was updated successfully, but these errors were encountered:
A few old environment variables don't follow the naming convention that all other environment variables do, so they are not automatically documented and, therefore, rarely used:
NETHERMIND_CORS_ORIGINS
: convert toJsonRpc.CorsOrigins
NETHERMIND_ENODE_IPADDRESS
: remove as a duplicate ofNETHERMIND_NETWORKCONFIG_EXTERNALIP
NETHERMIND_MONITORING_GROUP
: convert toMetrics.MonitoringGroup
NETHERMIND_MONITORING_JOB
: convert toMetrics.MonitoringJob
NETHERMIND_URL
: remove as redundant and conflicting withJsonRpc.Host
andJsonRpc.Port
The text was updated successfully, but these errors were encountered: