From 21f4bc2f4c86fcb80a14675f78ead0f8ff1d1038 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 26 Mar 2022 15:23:11 -0700 Subject: [PATCH] Fixing webhook url --- production/rpi-docker/bch-dex/start-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/rpi-docker/bch-dex/start-production.sh b/production/rpi-docker/bch-dex/start-production.sh index 833e7ad..34728d1 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/order +export WEBHOOKTARGET=http://172.17.0.1:5700/offer export APP_ID=bch-dex-test557 npm start