Use stable/legacy IPFS node in dev

Newer kubo/ipfs daemons don't work well with the old HTTP client.
This commit is contained in:
2025-02-16 12:56:55 +04:00
parent 473522986d
commit 67538a9437
+2 -2
View File
@@ -76,10 +76,10 @@ module.exports = function(environment) {
ENV.githubSignupUrl = 'http://localhost:8888/kredits/signup/github';
ENV.ipfs = {
host: 'localhost',
host: '10.1.1.198',
port: '5001',
protocol: 'http',
gatewayUrl: 'http://localhost:8080/ipfs'
gatewayUrl: 'http://10.1.1.198:9090/ipfs'
};
// Uncomment if you want to use local akkounts