anable debug and admin api

This commit is contained in:
Sebastian
2024-09-04 16:10:06 +02:00
parent c65d2653d1
commit e2f9c6b340
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ services:
--JsonRpc.Enabled=true
--JsonRpc.Host=0.0.0.0
--JsonRpc.Port=8545
--JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net]
--JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net,Admin,Debug]
--JsonRpc.JwtSecretFile=/jwtsecret
--JsonRpc.EngineHost=0.0.0.0
--JsonRpc.EnginePort=8551

View File

@@ -32,7 +32,7 @@ services:
--JsonRpc.Enabled=true
--JsonRpc.Host=0.0.0.0
--JsonRpc.Port=8545
--JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net]
--JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net,Admin,Debug]
--JsonRpc.JwtSecretFile=/jwtsecret
--JsonRpc.EngineHost=0.0.0.0
--JsonRpc.EnginePort=8551