Got webhooks Order creation working

This commit is contained in:
Chris Troutner
2022-02-23 15:23:37 -08:00
parent f630b61343
commit e7e6f31c96
5 changed files with 14 additions and 10 deletions
+1
View File
@@ -82,6 +82,7 @@ module.exports = {
webhookService: process.env.WEBHOOKSERVICE
? process.env.WEBHOOKSERVICE
: 'http://localhost:5010/webhook', // P2WDB.
p2wdbAppId: process.env.APP_ID ? process.env.APP_ID : 'bch-dex-test556',
// IPFS Ports
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 4001,