You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
# Production env - delete this line and unused config
|
|
SECRET_KEY=vrBWMR2$nCdPuZ27
|
|
DATA_FOLDER=/opt/suchwowx/data
|
|
SERVER_NAME=myservername.com
|
|
AVAX_RPC=https://api.avax.network/ext/bc/C/rpc
|
|
TESTNET=0
|
|
WEB3_PROVIDER_URI=https://api.avax.network/ext/bc/C/rpc
|
|
|
|
# Test env - delete this line and unused config
|
|
SECRET_KEY=vrBWMR2$nCdPuZ27
|
|
DATA_FOLDER=/opt/suchwowx/data
|
|
WEB3_PROVIDER_URI=https://api.avax-test.network/ext/bc/C/rpc
|