go-ipfs-config: Add config option to enable urlstore.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson 2018-06-23 17:03:57 -04:00
parent 7fded300ef
commit ee071dbd6a

View File

@ -2,6 +2,7 @@ package config
type Experiments struct {
FilestoreEnabled bool
UrlstoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
}