You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would represent the content of the configuration file but stored in memory. We can use the kubo API to generate our configuration settings that can be modified with the python class
We could go a few different ways on this:
Generate a config file that's stored in the users CWD that can be manually modified. When we start the IPFS Daemon, we can override the default config path by passing in the path the newly generated file.
Make backup of default config and then override properties based on what the user has set in the Web3 class.
The text was updated successfully, but these errors were encountered:
Creating an IPFS configuration property.
We could go a few different ways on this:
Web3
class.The text was updated successfully, but these errors were encountered: