diff --git a/production/docker/start-production.sh b/production/docker/start-production.sh index 8c0d040..74aae1a 100755 --- a/production/docker/start-production.sh +++ b/production/docker/start-production.sh @@ -26,7 +26,7 @@ export DBURL=mongodb://172.17.0.1:5558/ipfs-bch-consumer-prod export PORT=5015 # Production settings using external go-ipfs node. -export SVC_ENV=prod +export CONSUMER_ENV=prod export IPFS_HOST=172.17.0.1 export IPFS_API_PORT=5001 export IPFS_TCP_PORT=4101