mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
fix(deploy): Adding deployment webhook to travis
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
export RPC_BASEURL=http://172.17.0.1:8332/
|
||||
export RPC_USERNAME=bitcoin
|
||||
export RPC_PASSWORD=password
|
||||
export ZEROMQ_PORT=28332
|
||||
export ZEROMQ_URL=172.17.0.1
|
||||
export NETWORK=mainnet
|
||||
|
||||
# SLPDB
|
||||
@@ -17,4 +15,6 @@ export BLOCKBOOK_URL=https://172.17.0.1:9131/
|
||||
# Allow node.js to make network calls to https using self-signed certificate.
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
|
||||
export JWT_AUTH_SERVER=http://localhost:5001/
|
||||
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user