2019-03-19 12:08:13 +01:00
|
|
|
---
|
|
|
|
faucet_account_pass: ~
|
2019-03-20 09:58:38 +01:00
|
|
|
faucet_account_addr: ~
|
|
|
|
faucet_account_json: ~
|
2019-03-19 12:08:13 +01:00
|
|
|
faucet_domain: ~
|
|
|
|
faucet_network: ~
|
2019-03-22 12:31:40 +01:00
|
|
|
faucet_cors_rule: ~
|
2019-03-19 12:08:13 +01:00
|
|
|
|
2019-03-19 17:27:49 +01:00
|
|
|
faucet_cont_tag: 'fixed'
|
|
|
|
faucet_cont_image: 'statusteam/faucet:{{ faucet_cont_tag }}'
|
2019-03-19 12:08:13 +01:00
|
|
|
faucet_cont_name: 'faucet-api'
|
|
|
|
faucet_http_port: 3001
|
|
|
|
|
2019-04-16 16:16:27 +02:00
|
|
|
faucet_geth_tag: 'v1.8.26'
|
2019-03-19 12:08:13 +01:00
|
|
|
faucet_geth_image: 'ethereum/client-go:{{ faucet_geth_tag }}'
|
|
|
|
faucet_geth_name: 'faucet-geth'
|
|
|
|
faucet_geth_vol: '/docker/{{ faucet_geth_name }}'
|
2019-03-19 20:26:12 +01:00
|
|
|
faucet_geth_main_port: 30303
|
2019-03-19 17:27:49 +01:00
|
|
|
faucet_geth_rpc_port: 8545
|
2019-03-20 09:58:38 +01:00
|
|
|
faucet_geth_rcp_api: 'eth,net,web3,admin,personal,shh'
|
2019-03-20 14:43:55 +01:00
|
|
|
faucet_geth_alias: 'geth'
|
2019-03-21 13:03:37 +01:00
|
|
|
faucet_geth_bootnodes: []
|
2019-04-16 16:49:14 +02:00
|
|
|
# 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail
|
|
|
|
faucet_geth_log_level: 3
|
2019-03-19 12:08:13 +01:00
|
|
|
|
|
|
|
# generic container settings
|
|
|
|
cont_state: started
|
|
|
|
cont_recreate: false
|
|
|
|
cont_restart: false
|