File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -345,8 +345,8 @@ Contains information about various listener addresses to be used by this node.
345
345
346
346
### ` Addresses.API `
347
347
348
- Multiaddr or array of multiaddrs describing the address to serve the local HTTP
349
- API on .
348
+ Multiaddr or array of multiaddrs describing the address to serve
349
+ the local [ Kubo RPC API] ( https://docs.ipfs.tech/reference/kubo/rpc/ ) ( ` /api/v0 ` ) .
350
350
351
351
Supported Transports:
352
352
@@ -359,8 +359,8 @@ Type: `strings` (multiaddrs)
359
359
360
360
### ` Addresses.Gateway `
361
361
362
- Multiaddr or array of multiaddrs describing the address to serve the local
363
- gateway on.
362
+ Multiaddr or array of multiaddrs describing the address to serve
363
+ the local [ HTTP gateway] ( https://specs.ipfs.tech/http-gateways/ ) ( ` /ipfs ` , ` /ipns ` ) on.
364
364
365
365
Supported Transports:
366
366
@@ -427,10 +427,12 @@ Default: `[]`
427
427
Type: ` array[string] ` (multiaddrs)
428
428
429
429
## ` API `
430
- Contains information used by the API gateway.
430
+
431
+ Contains information used by the [ Kubo RPC API] ( https://docs.ipfs.tech/reference/kubo/rpc/ ) .
431
432
432
433
### ` API.HTTPHeaders `
433
- Map of HTTP headers to set on responses from the API HTTP server.
434
+
435
+ Map of HTTP headers to set on responses from the RPC (` /api/v0 ` ) HTTP server.
434
436
435
437
Example:
436
438
``` json
You can’t perform that action at this time.
0 commit comments