fix(production): Got docker containers working

This commit is contained in:
Chris Troutner
2022-03-26 08:25:43 -07:00
parent 7cb536d312
commit 369415bf8d
2 changed files with 3 additions and 2 deletions
@@ -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