1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-06-17 10:03:21 +02:00

update .env.example

This commit is contained in:
alexcos20 2020-12-10 02:30:11 -08:00
parent 38a6d09679
commit 93d61aeaa6

View File

@ -1,7 +1,6 @@
TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx" TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx"
SEED_PHRASE="12 or 24 words of seed phrase" SEED_PHRASE="12 or 24 words of seed phrase"
FROM="0xxxxxxxxxxxx" RPC="https://ropsten.infura.io/v3/123"
INFURA_NODE_ID="1234554"
DB_NAME="test" DB_NAME="test"
DB_USER="admin" DB_USER="admin"
DB_PASSWORD="password" DB_PASSWORD="password"