Merge pull request #77 from Permissionless-Software-Foundation/ct-unstable

fix(docker): Using new CONSUMER_ENV
This commit is contained in:
Chris Troutner
2025-09-29 13:33:15 -07:00
committed by GitHub
+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