fix(startup): Fixing startup issues caused by code mixup with upstream

This commit is contained in:
Chris Troutner
2021-09-08 12:35:00 -07:00
parent 27f6f62f8c
commit 22ab7260f4
5 changed files with 109 additions and 112 deletions
+2
View File
@@ -13,6 +13,8 @@ const ipfsCoordName = process.env.COORD_NAME
? process.env.COORD_NAME
: 'ipfs-bch-wallet-service'
console.log('GET_JWT_AT_STARTUP: ', process.env.GET_JWT_AT_STARTUP)
module.exports = {
// Configure TCP port.
port: process.env.PORT || 5001,