Switching to local slpdb service

This commit is contained in:
Chris Troutner
2019-07-14 20:03:26 -07:00
parent 70704bfb52
commit ab3dcaf99b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,5 +22,5 @@ RUN npm run docs
EXPOSE 3000
COPY start-local-mainnet start-local-mainnet
CMD ["./start-local-mainnet"]
COPY start-local-mainnet.sh start-local-mainnet.sh
CMD ["./start-local-mainnet.sh"]
@@ -12,8 +12,8 @@ export NETWORK=mainnet
export BITCOINCOM_BASEURL=http://172.17.0.1:12100/api/
# Testnet SLPDB
export SLPDB_URL=https://slpdb.bchdata.cash/
#export SLPDB_URL=http://172.17.0.1:4000/
#export SLPDB_URL=https://slpdb.bchdata.cash/
export SLPDB_URL=http://172.17.0.1:4000/
# Testnet Bitcore Node API
export BITCORE_URL=http://172.17.0.1:12200/