mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-25 00:58:55 +00:00
21 lines
481 B
YAML
21 lines
481 B
YAML
---
|
|
faucet_domain: ~
|
|
faucet_network: ~
|
|
faucet_cors_rule: ~
|
|
faucet_account_pass: ~
|
|
|
|
faucet_cont_tag: 'latest'
|
|
faucet_cont_image: 'statusteam/faucet:{{ faucet_cont_tag }}'
|
|
faucet_cont_name: 'faucet-api'
|
|
faucet_http_port: 3001
|
|
|
|
# info about geth container we connect to
|
|
faucet_geth_cont_name: 'faucet-geth'
|
|
faucet_geth_cont_alias: '{{ faucet_geth_cont_name }}'
|
|
faucet_geth_cont_rpc_port: 8545
|
|
|
|
# generic container settings
|
|
cont_state: started
|
|
cont_recreate: false
|
|
cont_restart: false
|