diff --git a/config/config.go b/config/config.go index 4797bf605..c403fe282 100644 --- a/config/config.go +++ b/config/config.go @@ -16,8 +16,8 @@ type Datastore struct { } type Config struct { - Identity Identity - Datastore Datastore + Identity *Identity + Datastore *Datastore } var defaultConfigFilePath = "~/.go-ipfs/config"