fix(docker): Using new CONSUMER_ENV

This commit is contained in:
Chris Troutner
2025-09-29 13:32:43 -07:00
parent ff371a79b9
commit 163e5f5f10
+1 -1
View File
@@ -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