mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Switching to local slpdb service
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user