fix(webhook): Fixing default webhook URL

This commit is contained in:
Chris Troutner
2022-03-31 18:04:13 -07:00
parent 86da41b6c8
commit 756002dd8c
5 changed files with 2559 additions and 299 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ module.exports = {
p2wdbAppId: process.env.APP_ID ? process.env.APP_ID : 'bch-dex-test557',
webhookTarget: process.env.WEBHOOKTARGET
? process.env.WEBHOOKTARGET
: 'http://localhost:5700/offer',
: 'http://localhost:5700/p2wdb',
// IPFS Ports
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 4001,