From ee071dbd6a09736844b19f322e70303bb792b3e9 Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Sat, 23 Jun 2018 17:03:57 -0400 Subject: [PATCH] go-ipfs-config: Add config option to enable urlstore. License: MIT Signed-off-by: Kevin Atkinson --- config/experiments.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/experiments.go b/config/experiments.go index f76572ee2..ab48c8681 100644 --- a/config/experiments.go +++ b/config/experiments.go @@ -2,6 +2,7 @@ package config type Experiments struct { FilestoreEnabled bool + UrlstoreEnabled bool ShardingEnabled bool Libp2pStreamMounting bool }