Jakub Sokołowski 5d535f405d
add geth verbosity setting
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-16 16:49:14 +02:00

30 lines
775 B
YAML

---
faucet_account_pass: ~
faucet_account_addr: ~
faucet_account_json: ~
faucet_domain: ~
faucet_network: ~
faucet_cors_rule: ~
faucet_cont_tag: 'fixed'
faucet_cont_image: 'statusteam/faucet:{{ faucet_cont_tag }}'
faucet_cont_name: 'faucet-api'
faucet_http_port: 3001
faucet_geth_tag: 'v1.8.26'
faucet_geth_image: 'ethereum/client-go:{{ faucet_geth_tag }}'
faucet_geth_name: 'faucet-geth'
faucet_geth_vol: '/docker/{{ faucet_geth_name }}'
faucet_geth_main_port: 30303
faucet_geth_rpc_port: 8545
faucet_geth_rcp_api: 'eth,net,web3,admin,personal,shh'
faucet_geth_alias: 'geth'
faucet_geth_bootnodes: []
# 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail
faucet_geth_log_level: 3
# generic container settings
cont_state: started
cont_recreate: false
cont_restart: false