Skip to content

Commit

Permalink
Add default value for node_rpc_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jevonearth committed Jul 3, 2021
1 parent cbde500 commit c193265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

tezos_docker_image: tezos/tezos:v9.4

node_rpc_url: "http://{{ tezos_network }}_node:{{ RPC_PORT_INTERNAL }}"
node_data_dir: "/srv/tezos/{{ tezos_network }}_node"
client_data_dir: "/srv/tezos/{{ tezos_network }}_client"

Expand Down

0 comments on commit c193265

Please sign in to comment.