From bf96821c2c4c5e94d65a75dbded48fa5a78be1f8 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 13 Dec 2022 06:09:02 -0800 Subject: [PATCH] fix(docker): Fixing issue with P2WDB --- production/docker/bch-dex/start-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/bch-dex/start-production.sh b/production/docker/bch-dex/start-production.sh index f01eef9..d735f94 100755 --- a/production/docker/bch-dex/start-production.sh +++ b/production/docker/bch-dex/start-production.sh @@ -29,6 +29,6 @@ export WEBHOOKSERVICE=http://172.17.0.1:5667/webhook export WEBHOOKTARGET=http://172.17.0.1:5700/p2wdb export APP_ID=bch-dex-001 -export P2WDB_URL=http://172.17.0.1:5667 +#export P2WDB_URL=http://172.17.0.1:5667 npm start