From fa834e9114c42b94d78014c4839dffcf5b2ba483 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 26 Mar 2022 19:27:32 -0700 Subject: [PATCH] Fixing typo in webhook --- production/docker/bch-dex/start-production.sh | 2 +- production/rpi-docker/bch-dex/start-production.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/docker/bch-dex/start-production.sh b/production/docker/bch-dex/start-production.sh index 34728d1..a4bd33a 100755 --- a/production/docker/bch-dex/start-production.sh +++ b/production/docker/bch-dex/start-production.sh @@ -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 diff --git a/production/rpi-docker/bch-dex/start-production.sh b/production/rpi-docker/bch-dex/start-production.sh index 34728d1..a4bd33a 100755 --- a/production/rpi-docker/bch-dex/start-production.sh +++ b/production/rpi-docker/bch-dex/start-production.sh @@ -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