We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e7947 commit dfd2f3dCopy full SHA for dfd2f3d
1 file changed
nethermind.yml
@@ -59,6 +59,8 @@ services:
59
- ${EL_P2P_PORT:-30303}
60
- ${EL_MAX_PEER_COUNT:+--Network.MaxActivePeers}
61
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
62
+ - ${MAX_BLOBS:+--Blocks.BlockProductionBlobLimit}
63
+ - ${MAX_BLOBS:+${MAX_BLOBS}}
64
- --HealthChecks.Enabled
65
- "true"
66
- --HealthChecks.UIEnabled
0 commit comments