mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-25 17:16:22 +00:00
35 lines
841 B
YAML
35 lines
841 B
YAML
---
|
|
# map of network IDs
|
|
miner_network_ids:
|
|
frontier: 1
|
|
morden: 2
|
|
ropsten: 3
|
|
rinkeby: 4
|
|
|
|
faucet_account_pass: ~
|
|
faucet_account_addr: ~
|
|
faucet_account_json: ~
|
|
faucet_domain: ~
|
|
faucet_network: ~
|
|
faucet_network_id: '{{ miner_network_ids[faucet_network] | mandatory }}'
|
|
|
|
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.23'
|
|
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: []
|
|
|
|
# generic container settings
|
|
cont_state: started
|
|
cont_recreate: false
|
|
cont_restart: false
|