From 2d4fa523cdad66f8495fc248ac916dc438638712 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 9 Oct 2022 08:23:26 -0700 Subject: [PATCH] fix(production): Updating startup script --- 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 e6c4766..c55b418 100755 --- a/production/docker/bch-dex/start-production.sh +++ b/production/docker/bch-dex/start-production.sh @@ -24,7 +24,7 @@ export DBURL=mongodb://172.17.0.1:5666/bch-swap-service-prod export PORT=5700 # bch-dex specific env vars -export BCH_DEX=production +export BCH_DEX=prod export WEBHOOKSERVICE=http://172.17.0.1:5667/webhook export WEBHOOKTARGET=http://172.17.0.1:5700/p2wdb export APP_ID=bch-dex-001