Compare commits

...
2 Commits
Author SHA1 Message Date
Chris Troutner 5a05a95876 Merge pull request #77 from Permissionless-Software-Foundation/ct-unstable
fix(docker): Using new CONSUMER_ENV
2025-09-29 13:33:15 -07:00
Chris Troutner 163e5f5f10 fix(docker): Using new CONSUMER_ENV 2025-09-29 13:32:43 -07:00
+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