You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: config.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ The IPFS daemon exposes an HTTP API that allows to control the node and
20
20
run the same commands as you can do from the command line. It is defined
21
21
on the [HTTP API Spec](https://docs.ipfs.io/reference/api/http).
22
22
23
-
Multiaddrdescribing the address to serve the local HTTP API on.
23
+
[Multiaddr](https://github.com/multiformats/multiaddr/) or array of [Multiaddr](https://github.com/multiformats/multiaddr/)describing the address(es) to serve the HTTP API on.
24
24
25
25
Default: `/ip4/127.0.0.1/tcp/5002`
26
26
27
27
-`Gateway`
28
28
A gateway is exposed by the IPFS daemon, which allows an easy way to
29
29
access content from IPFS, using an IPFS path.
30
30
31
-
Multiaddrdescribing the address to serve the local gateway on.
31
+
[Multiaddr](https://github.com/multiformats/multiaddr/) or array of [Multiaddr](https://github.com/multiformats/multiaddr/)describing the address(es) to serve the gateway on.
32
32
33
33
Default: `/ip4/127.0.0.1/tcp/9090`
34
34
35
35
-`Swarm`
36
-
Array of multiaddrs describing which addresses to listen on for p2p swarm connections.
36
+
Array of [Multiaddr](https://github.com/multiformats/multiaddr/) describing which addresses to listen on for p2p swarm connections.
37
37
38
38
Default:
39
39
```json
@@ -44,15 +44,15 @@ Default:
44
44
```
45
45
46
46
## `Bootstrap`
47
-
Bootstrap is an array of multiaddrs of trusted nodes to connect to in order to
47
+
Bootstrap is an array of [Multiaddr](https://github.com/multiformats/multiaddr/) of trusted nodes to connect to in order to
48
48
initiate a connection to the network.
49
49
50
50
## `Datastore`
51
51
Contains information related to the construction and operation of the on-disk
52
52
storage system.
53
53
54
54
-`Spec`
55
-
Spec defines the structure of the ipfs datastore. It is a composable structure, where each datastore is represented by a json object. Datastores can wrap other datastores to provide extra functionality (eg metrics, logging, or caching).
55
+
Spec defines the structure of the IPFS datastore. It is a composable structure, where each datastore is represented by a JSON object. Datastores can wrap other datastores to provide extra functionality (e.g. metrics, logging, or caching).
56
56
57
57
This can be changed manually, however, if you make any changes that require a different on-disk structure, you will need to run the [ipfs-ds-convert tool](https://github.com/ipfs/ipfs-ds-convert) to migrate data into the new structures.
58
58
@@ -89,16 +89,16 @@ Default:
89
89
```
90
90
91
91
## `Discovery`
92
-
Contains options for configuring ipfs node discovery mechanisms.
92
+
Contains options for configuring IPFS node discovery mechanisms.
93
93
94
94
-`MDNS`
95
-
Multicast dns is a discovery protocol that is able to find other peers
95
+
Multicast DNS is a discovery protocol that is able to find other peers
96
96
on the local network.
97
97
98
-
Options for multicast dns peer discovery.
98
+
Options for Multicast DNS peer discovery.
99
99
100
100
-`Enabled`
101
-
A boolean value for whether or not mdns should be active.
101
+
A boolean value for whether or not MDNS should be active.
0 commit comments