git-lfs-ipfs icon indicating copy to clipboard operation
git-lfs-ipfs copied to clipboard

Is it possible to change API location?

Open fauno opened this issue 4 years ago • 1 comments

Hi! Thanks for developing this!

I checked the code but at a glance I couldn't find where the API location is set, I'm assuming it will always look for a local IPFS node?

fauno avatar Nov 25 '21 22:11 fauno

Hi fauno,

It is using the ipfs_api crate's client which will check ~/.ipfs/api or fall back to localhost:5001

sameer avatar Nov 25 '21 22:11 sameer