mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Updating docker scripts
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Full node
|
||||
export RPC_BASEURL=http://206.189.188.192:18332/
|
||||
export RPC_BASEURL=http://172.17.0.1:18332/
|
||||
export RPC_USERNAME=bitcoin
|
||||
export RPC_PASSWORD=password
|
||||
export NETWORK=testnet
|
||||
|
||||
# SLPDB
|
||||
export SLPDB_URL=https://tslpdb.bitcoin.com/
|
||||
#export SLPDB_URL=http://172.17.0.1:12300/
|
||||
export SLPDB_URL=http://172.17.0.1:13300/
|
||||
|
||||
# Blockbook Indexer
|
||||
export BLOCKBOOK_URL=https://157.230.178.198:19131/
|
||||
export BLOCKBOOK_URL=https://172.17.0.1:19131/
|
||||
# Allow node.js to make network calls to https using self-signed certificate.
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user