From aeb15b1254a11b836dc76624a22778c08c7c17b0 Mon Sep 17 00:00:00 2001 From: phahulin Date: Wed, 1 Nov 2017 21:53:38 +0300 Subject: [PATCH] Leave basic config --- TestTestNet/netstats-server/node.toml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/TestTestNet/netstats-server/node.toml b/TestTestNet/netstats-server/node.toml index f86b216..83bef06 100644 --- a/TestTestNet/netstats-server/node.toml +++ b/TestTestNet/netstats-server/node.toml @@ -3,30 +3,7 @@ chain = "spec.json" base_path = "parity" [network] -max_pending_peers = 16 -port = 30300 -discovery=true -[rpc] -cors = "all" -interface = "all" -hosts = ["all"] -port = 8545 -apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"] -[ui] -interface = "0.0.0.0" -port = 8180 -[websockets] -disable = false -port = 8546 -interface = "all" -origins = ["all"] -apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"] -hosts = ["all"] -[dapps] -cors = "all" -interface = "0.0.0.0" -hosts = ["all"] -port = 8080 +port = 30303 [footprint] tracing = "on" pruning = "archive"