udpated default configs
This commit is contained in:
@@ -27,21 +27,24 @@ OracleThreshold = 1000
|
||||
|
||||
[Node]
|
||||
IPCPath = "geth.ipc"
|
||||
HTTPHost = "0.0.0.0"
|
||||
HTTPHost = "localhost"
|
||||
InsecureUnlockAllowed = false
|
||||
HTTPPort = 8545
|
||||
HTTPVirtualHosts = ["*"]
|
||||
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
|
||||
WSHost = "0.0.0.0"
|
||||
WSPort = 8545
|
||||
HTTPVirtualHosts = ["localhost"]
|
||||
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
|
||||
WSPort = 8546
|
||||
WSModules = ["net", "web3", "eth"]
|
||||
|
||||
[Node.P2P]
|
||||
MaxPeers = 222
|
||||
MaxPeers = 200
|
||||
NoDiscovery = false
|
||||
StaticNodes = []
|
||||
ListenAddr = ":29061"
|
||||
ListenAddr = ":30311"
|
||||
EnableMsgEvents = false
|
||||
|
||||
|
||||
[Node.LogConfig]
|
||||
FilePath = "bsc.log"
|
||||
MaxBytesSize = 10485760
|
||||
Level = "info"
|
||||
FileRoot = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user