fix variable name in readme

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-18 16:07:30 -04:00
parent b5e0975507
commit 3e2f1f879a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ Other important settings are:
geth_cont_name: 'geth-mainnet' geth_cont_name: 'geth-mainnet'
geth_network_name: 'mainnet' geth_network_name: 'mainnet'
geth_sync_mode: 'full' geth_sync_mode: 'full'
geth_log_level: 3 geth_log_level_name: 'info'
geth_consul_extra_tags: ["mytag"] geth_consul_extra_tags: ['mytag']
``` ```
By default this role creates a new account. By default this role creates a new account.