fix(READMEs): updating readmes

This commit is contained in:
Chris Troutner
2019-12-08 08:28:00 -08:00
parent 46ba744d52
commit 592510559b
4 changed files with 30 additions and 42 deletions
+3 -9
View File
@@ -1,21 +1,15 @@
#!/bin/bash
# Harddrive Mainnet full node
# Full node
export RPC_BASEURL=http://<full node ip>:8332/
export RPC_USERNAME=<RPC username>
export RPC_PASSWORD=<RPC password>
export NETWORK=mainnet
# Team DO QA Testnet Insight Server
export BITCOINCOM_BASEURL=http://<Insight API IP>:12100/api/
# Testnet SLPDB
# SLPDB
export SLPDB_URL=http://<SLPDB IP>:12300/
# Testnet Bitcore Node API
export BITCORE_URL=http://<Bitcore Node IP>:12200/
# Testnet Blockbook
# Blockbook
export BLOCKBOOK_URL=https://<Blockbook IP>:9131/
# Allow node.js to make network calls to https using self-signed certificate.
export NODE_TLS_REJECT_UNAUTHORIZED=0