File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Available profiles:
63
63
- [ ` Bootstrap ` ] ( #bootstrap )
64
64
- [ ` Datastore ` ] ( #datastore )
65
65
- [ ` Discovery ` ] ( #discovery )
66
+ - [ ` Routing ` ] ( #routing )
66
67
- [ ` Gateway ` ] ( #gateway )
67
68
- [ ` Identity ` ] ( #identity )
68
69
- [ ` Ipns ` ] ( #ipns )
@@ -214,12 +215,27 @@ Default: `true`
214
215
- ` Interval `
215
216
A number of seconds to wait between discovery checks.
216
217
217
- - ` Routing `
218
+
219
+ ## ` Routing `
220
+ Contains options for content routing mechanisms.
221
+
222
+ - ` Type `
218
223
Content routing mode. Can be overridden with daemon ` --routing ` flag.
219
224
Valid modes are:
220
225
- ` dht ` (default)
221
226
- ` dhtclient `
222
227
- ` none `
228
+
229
+ ** Example:**
230
+
231
+ ``` json
232
+ {
233
+ "Routing" : {
234
+ "Type" : " dhtclient"
235
+ }
236
+ }
237
+ ```
238
+
223
239
224
240
## ` Gateway `
225
241
Options for the HTTP gateway.
You can’t perform that action at this time.
0 commit comments