mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
fixes for problems discovered in main (#6248)
Signed-off-by: garyschulte <garyschulte@gmail.com>
This commit is contained in:
@@ -35,11 +35,9 @@ ENV BESU_GRAPHQL_HTTP_HOST 0.0.0.0
|
||||
ENV BESU_METRICS_HOST 0.0.0.0
|
||||
ENV BESU_JMX_HOST 0.0.0.0
|
||||
ENV BESU_PID_PATH "/tmp/pid"
|
||||
ENV BESU_HOST_ALLOWLIST "*"
|
||||
|
||||
#debug options for maximum observability
|
||||
ENV BESU_LOGGING "INFO"
|
||||
ENV BESU_RPC_HTTP_API "ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL"
|
||||
ENV JDWP_OPTS "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
|
||||
ENV JAVA_OPTS "${JDWP_OPTS} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user