faucet/.env.example

11 lines
254 B
Plaintext
Raw Normal View History

2020-10-12 16:42:30 +02:00
TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx"
SEED_PHRASE="12 or 24 words of seed phrase"
2020-12-10 11:30:11 +01:00
RPC="https://ropsten.infura.io/v3/123"
2020-10-12 16:42:30 +02:00
DB_NAME="test"
DB_USER="admin"
DB_PASSWORD="password"
DB_HOST="localhost"
2020-10-20 20:56:31 +02:00
DB_PORT="31956"
TOKEN_AMOUNT=10
2020-12-10 11:30:11 +01:00
COOLING_PERIOD_IN_HOURS=24