Jakub Sokołowski 7c8a33eb1b
add initial faucet role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-19 12:08:13 +01:00

13 lines
360 B
Markdown

# Description
This role configures the [faucet](https://github.com/status-im/faucet) service which provides a REST API for receiving funds from our Ropsten and Rinkeby miner cluster.
# Configuration
The only required settings are:
```yaml
faucet_account_pass: 'very-secret-password'
faucet_network: 'rinkeby-faucet.example.org'
faucet_domain: 'rinkeby'
```