diff --git a/config/env/common.js b/config/env/common.js index 7a06e60..7e51ebd 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -85,7 +85,7 @@ module.exports = { webhookService: process.env.WEBHOOKSERVICE ? process.env.WEBHOOKSERVICE : 'http://localhost:5010/webhook', // P2WDB. - p2wdbAppId: process.env.APP_ID ? process.env.APP_ID : 'bch-dex-test556', + p2wdbAppId: process.env.APP_ID ? process.env.APP_ID : 'bch-dex-test557', webhookTarget: process.env.WEBHOOKTARGET ? process.env.WEBHOOKTARGET : 'http://localhost:5700/order', diff --git a/production/docker/bch-dex/start-production.sh b/production/docker/bch-dex/start-production.sh index cf324b8..833e7ad 100755 --- a/production/docker/bch-dex/start-production.sh +++ b/production/docker/bch-dex/start-production.sh @@ -23,9 +23,10 @@ export DBURL=mongodb://172.17.0.1:5666/bch-swap-service-prod # Configure REST API port export PORT=5700 -# avax-dex specific env vars +# 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 APP_ID=bch-dex-test557 npm start