fix exposed port syntax
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
parent
00cc982bcb
commit
8a4b6473f4
@ -16,7 +16,7 @@
|
|||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user