At the bottom of https://flyingzumwalt.gitbooks.io/decentralized-web-primer/install-ipfs/lessons/initialize-repository.html there is a reference to Datastore.Path
$ ipfs config show
One of the useful details in this config file is at Datastore.Path. This tells you where the ipfs repository's contents are being stored. As we saw in Step 3, this is usually ~/.ipfs
But this key doesn't exist anymore - ipfs/kubo#5603 (comment) - so how to understand where IPFS stores files to reserve more space?
At the bottom of https://flyingzumwalt.gitbooks.io/decentralized-web-primer/install-ipfs/lessons/initialize-repository.html there is a reference to
Datastore.PathBut this key doesn't exist anymore - ipfs/kubo#5603 (comment) - so how to understand where IPFS stores files to reserve more space?