fix: config help (#10686)
Guillaume Michel committed
Jan 30, 2025 at 21:01 UTC
5d143a25c1fd2197a79618663bb0cce1acfba202
1 file changed
+4
-4
core/commands/config.go
+4
-4
@@ -48,13 +48,13 @@ file inside your IPFS repository (IPFS_PATH).
48
49
Examples:
50
51
-Get the value of the 'Datastore.Path' key:
51
+Get the value of the 'Routing.Type' key:
52
53
- $ ipfs config Datastore.Path
53
+ $ ipfs config Routing.Type
54
55
-Set the value of the 'Datastore.Path' key:
55
+Set the value of the 'Routing.Type' key:
56
57
- $ ipfs config Datastore.Path ~/.ipfs/datastore
57
+ $ ipfs config Routing.Type auto
58
59
Set multiple values in the 'Addresses.AppendAnnounce' array:
60