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:
@@ -76,10 +76,10 @@ module.exports = function(environment) {
|
|||||||
ENV.githubSignupUrl = 'http://localhost:8888/kredits/signup/github';
|
ENV.githubSignupUrl = 'http://localhost:8888/kredits/signup/github';
|
||||||
|
|
||||||
ENV.ipfs = {
|
ENV.ipfs = {
|
||||||
host: 'localhost',
|
host: '10.1.1.198',
|
||||||
port: '5001',
|
port: '5001',
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
gatewayUrl: 'http://localhost:8080/ipfs'
|
gatewayUrl: 'http://10.1.1.198:9090/ipfs'
|
||||||
};
|
};
|
||||||
|
|
||||||
// Uncomment if you want to use local akkounts
|
// Uncomment if you want to use local akkounts
|
||||||
|
|||||||
Reference in New Issue
Block a user