Browse Source

Updated ansible variables documentation

pull/1943/head
Greg Szabo 7 years ago
parent
commit
d6e2d90d56
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ansible/group_vars/all

+ 2
- 2
ansible/group_vars/all View File

@ -34,8 +34,8 @@ service: basecoin
## app_options_file contains a path and filename which will be included in a generated service genesis.json file on all nodes. The content will be dumped into the app_options dictionary in the service genesis.json..
#app_options_file: "app_options_files/dev_money"
## validators indicates if the nodes are validator nodes. The tendermint genesis.json will contain their public keys.
## Internal use only. validators indicates if the nodes are validator nodes. The tendermint genesis.json will contain their public keys.
#validators: true
## seeds contain the list of servers (with ports) that are validators in a testnet. Only effective if validators == false. If validators == true, then all nodes will be automatically included here.
## Internal use only. seeds contain the list of servers (with ports) that are validators in a testnet. Only effective if validators == false. If validators == true, then all nodes will be automatically included here.
#seeds: ""

Loading…
Cancel
Save