mirror of
https://github.com/oceanprotocol/faucet.git
synced 2024-11-22 09:47:00 +01:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
|
TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx"
|
||
|
SEED_PHRASE="12 or 24 words of seed phrase"
|
||
|
FROM="0xxxxxxxxxxxx"
|
||
|
INFURA_NODE_ID="1234554"
|
||
|
DB_NAME="test"
|
||
|
DB_USER="admin"
|
||
|
DB_PASSWORD="password"
|
||
|
DB_HOST="localhost"
|
||
|
DB_PORT="31956"
|