modules/ipfs: fix API multiaddr
This commit is contained in:
parent
498ddadccb
commit
a02b5e58a9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in {
|
||||||
"/ip4/0.0.0.0/udp/4001/quic"
|
"/ip4/0.0.0.0/udp/4001/quic"
|
||||||
"/ip4/0.0.0.0/udp/110/quic"
|
"/ip4/0.0.0.0/udp/110/quic"
|
||||||
];
|
];
|
||||||
API = "/ip4/127.0.0.1/5001";
|
API = "/ip4/127.0.0.1/tcp/5001";
|
||||||
};
|
};
|
||||||
Peering.Peers = peeringPeers;
|
Peering.Peers = peeringPeers;
|
||||||
Bootstrap = (lib.flatten (map (p: map (a: "${a}/p2p/${p.ID}") p.Addrs) peeringPeers)) ++ [
|
Bootstrap = (lib.flatten (map (p: map (a: "${a}/p2p/${p.ID}") p.Addrs) peeringPeers)) ++ [
|
||||||
|
|
Loading…
Reference in a new issue