mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-25 00:58:55 +00:00
13 lines
360 B
Markdown
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'
|
|
```
|