update .env.example

This commit is contained in:
alexcos20 2020-12-10 02:30:11 -08:00
parent 38a6d09679
commit 93d61aeaa6
1 changed files with 2 additions and 3 deletions

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"