udpate README

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 15:27:38 +02:00
parent 8943e8669f
commit 79f8c4254f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ geth_log_level: 3
geth_consul_extra_tags: ["mytag"]
```
If you want to control the account used by the `geth` process you can use:
```yaml
geth_account_addr: 0x1j98dsa087fh09as8d7fhsa98dhfas9s0dasjd0d
geth_account_pass: my-secret-account-pass
geth_account_json: '{"account":"json_data"}'
```
For the rest see the [`defaults/main.yml`](/defaults/main.yml) config file.
# Known Issues