listen on localhost, use remote host for eth

deepcrayon
jebba 2021-04-05 13:38:29 -06:00
parent a337163a2d
commit 473df3d139
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
"blockbook_public": 9136
},
"ipc": {
"rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
"rpc_url_template": "ws://10.100.100.70:{{.Ports.BackendRPC}}",
"rpc_timeout": 25
},
"backend": {
@ -40,8 +40,8 @@
"blockbook": {
"package_name": "blockbook-ethereum",
"system_user": "blockbook-ethereum",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"internal_binding_template": "127.0.0.1:{{.Ports.BlockbookInternal}}",
"public_binding_template": "127.0.0.1:{{.Ports.BlockbookPublic}}",
"explorer_url": "",
"additional_params": "",
"block_chain": {