IPFS: Difference between revisions
imported>JackyWangMislantiaJnirvana No edit summary |
imported>Mbledkowski No edit summary |
||
| Line 9: | Line 9: | ||
enable = true; | enable = true; | ||
settings.Addresses.API = ["/ip4/127.0.0.1/tcp/5001"]; | settings.Addresses.API = ["/ip4/127.0.0.1/tcp/5001"]; | ||
} | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Currently <code>settings.Addresses.API</code> need to be non-empty, otherwise Kubo will not start. See [https://github.com/ipfs/kubo/issues/10056#issuecomment-1674104498 this issue] for details. | Currently <code>settings.Addresses.API</code> need to be non-empty, otherwise Kubo will not start. See [https://github.com/ipfs/kubo/issues/10056#issuecomment-1674104498 this issue] for details. | ||