[casimport] # List of priority to search for files to import # # Each item is a name of a section which defines the properties of that # item. This allows for multiple caches to be defines, such as a # read-only one vs a local writable one. module_prio = homecache, ipfsgw, https [homecache] # Default cache is in the user's home directory. type = cache path = ~/.casimport/cache #size = 30MB [ipfsgw] # The ipfs module converts ipfs://cidvX urls into a gateway call. # This could be configured to be the local ipfs gateway if you run # one. If the local gateway isn't running all the time, one could # configure a backup gateway that uses one of the common public # gateways: https://ipfs.github.io/public-gateway-checker/ type = ipfs gateway = https://gateway.ipfs.io/ipfs/ [https] # This is just to handle https requests. Without this, they won't be # resolved. type = https