@@ -54,7 +54,7 @@ Then configure NodeSet
5454 http_port_range_start = 10000
5555 # P2P API port range start, each new node get port incremented (host machine)
5656 p2p_port_range_start = 12000
57-
57+
5858 [nodesets .db ]
5959 # PostgreSQL image version and tag
6060 image = " postgres:12.0"
@@ -71,7 +71,7 @@ Then configure NodeSet
7171 # A list of paths to capability binaries
7272 capabilities = [" ./capability_1" , " ./capability_2" ]
7373 # Default capabilities directory inside container
74- capabilities_container_dir = " /home/capabilities "
74+ capabilities_container_dir = " /usr/local/bin "
7575 # Image to use, you can either provide "image" or "docker_file" + "docker_ctx" fields
7676 image = " public.ecr.aws/chainlink/chainlink:v2.17.0"
7777 # Path to your Chainlink Dockerfile
@@ -99,7 +99,7 @@ Then configure NodeSet
9999 [nodesets .out ]
100100 # If 'use_cache' equals 'true' we skip component setup when we run the test and return the outputs
101101 use_cache = true
102-
102+
103103 # Describes deployed or external Chainlink nodes
104104 [[nodesets .out .cl_nodes ]]
105105 use_cache = true
@@ -119,7 +119,7 @@ Then configure NodeSet
119119 # PostgreSQL connection string
120120 # in case of using external database can be overriden
121121 url =
" postgresql://chainlink:[email protected] :33094/chainlink?sslmode=disable" 122-
122+
123123 # Can have more than one node, fields are the same, see above ^^
124124 [[nodesets .out .cl_nodes ]]
125125 [nodesets .out .cl_nodes .node ]
0 commit comments