Skip to content

Commit

Permalink
Set dht default routing type
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro committed Jun 29, 2022
1 parent b3d66cc commit 9f06f26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ func InitWithIdentity(identity Identity) (*Config, error) {
},
},

Routing: Routing{},
Routing: Routing{
Type: NewOptionalString("dht"),
},

// setup the node mount points.
Mounts: Mounts{
Expand Down

0 comments on commit 9f06f26

Please sign in to comment.