From 67538a9437fda91dd8bcb2468bb6db44772d8712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 16 Feb 2025 12:56:55 +0400 Subject: [PATCH] Use stable/legacy IPFS node in dev Newer kubo/ipfs daemons don't work well with the old HTTP client. --- config/environment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.js b/config/environment.js index 7d53fde..f67c067 100644 --- a/config/environment.js +++ b/config/environment.js @@ -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