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
When you use sandbox today it's hard to change the default values, like if you want to change the algod node to be an archival node, you'd have to change images/algod/setup.py and rebuild everything from scratch. It would be nice if sandbox up could support adding extra configs that would overload the existing default ones, or something similar.
The text was updated successfully, but these errors were encountered:
@chicopaec Many of the parameters are configurable with the config.* files, but not all of them. Aside from archival, which would definitely be nice for private network nodes, did you notice anything else missing?
Would be nice if the config could be set from config.*
Other than Archival, Indexer is also a config that setup.py would override. Changing export INDEXER_DISABLED="{bool}" would not make any difference in my case with betanet.
(Also tried with lower case for both, & empty string for INDEXER_DISABLED)
When you use sandbox today it's hard to change the default values, like if you want to change the algod node to be an archival node, you'd have to change
images/algod/setup.py
and rebuild everything from scratch. It would be nice ifsandbox up
could support adding extra configs that would overload the existing default ones, or something similar.The text was updated successfully, but these errors were encountered: