mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
add debug and admin to http modules
This commit is contained in:
parent
3e8be96a58
commit
1a5118de49
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ HTTPHost = "127.0.0.1"
|
||||||
HTTPPort = 8545
|
HTTPPort = 8545
|
||||||
HTTPCors = ["*"]
|
HTTPCors = ["*"]
|
||||||
HTTPVirtualHosts = ["localhost"]
|
HTTPVirtualHosts = ["localhost"]
|
||||||
HTTPModules = ["net", "web3", "eth", "shh"]
|
HTTPModules = ["net", "web3", "eth", "shh", "admin", "debug"]
|
||||||
WSPort = 8546
|
WSPort = 8546
|
||||||
WSModules = ["net", "web3", "eth", "shh"]
|
WSModules = ["net", "web3", "eth", "shh"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue