Skip to content
Snippets Groups Projects
Commit 9e0e5775 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Listen to the world.

parent b9d4a576
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,14 @@ RestrictConnectionBetweenLightClients = true ...@@ -54,14 +54,14 @@ RestrictConnectionBetweenLightClients = true
[Node] [Node]
DataDir = "/home/bfa/bfa/test2network/node" DataDir = "/home/bfa/bfa/test2network/node"
HTTPHost = "127.0.0.1" HTTPHost = "0.0.0.0"
HTTPCors = ["*"] HTTPCors = ["*"]
omitempty = "" omitempty = ""
IPCPath = "geth.ipc" IPCPath = "geth.ipc"
HTTPPort = 8545 HTTPPort = 8545
HTTPVirtualHosts = ["localhost"] HTTPVirtualHosts = ["localhost"]
HTTPModules = ["net", "web3", "eth", "clique"] HTTPModules = ["net", "web3", "eth", "clique"]
WSHost = "127.0.0.1" WSHost = "0.0.0.0"
WSPort = 8546 WSPort = 8546
WSModules = ["net", "web3", "eth", "clique"] WSModules = ["net", "web3", "eth", "clique"]
GraphQLPort = 8547 GraphQLPort = 8547
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment