Fixing typo in webhook

This commit is contained in:
Chris Troutner
2022-03-26 19:27:32 -07:00
parent c45b512fc6
commit fa834e9114
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@ export PORT=5700
# bch-dex specific env vars
export BCH_ENV=production
export WEBHOOKSERVICE=http://172.17.0.1:5667/webhook
export WEBHOOKTARGET=http://172.17.0.1:5700/offer
export WEBHOOKTARGET=http://172.17.0.1:5700/p2wdb
export APP_ID=bch-dex-test557
npm start