We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7272 commit d1e7947Copy full SHA for d1e7947
1 file changed
besu.yml
@@ -67,6 +67,8 @@ services:
67
- ${EL_WS_PORT:-8546}
68
- ${EL_MAX_PEER_COUNT:+--max-peers}
69
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
70
+ - ${MAX_BLOBS:+--max-blobs-per-block}
71
+ - ${MAX_BLOBS:+${MAX_BLOBS}}
72
- --host-allowlist=*
73
- --engine-host-allowlist=*
74
- --engine-jwt-secret=/var/lib/besu/ee-secret/jwtsecret
0 commit comments