kubo/config/mounts.go
Ho-Sheng Hsiao 154216d34d go-ipfs-config: Added fuse allow_other option
ipfs config Mounts.FuseAllowOther --bool true
    ipfs daemon --mount
2015-04-02 15:11:27 -07:00

9 lines
149 B
Go

package config
// Mounts stores the (string) mount points
type Mounts struct {
IPFS string
IPNS string
FuseAllowOther bool
}