Closed
Description
There are two config files that Stack uses for the global URL settings, namely config.yaml (typically in $STACK_ROOT
) and the arguments passed to stack-setup-yaml
. The typical reason to modify either seems to be that you want to make Stack always hit a local mirror (either for caching, reproducibility, or due to network blocks). If you want to modify one, you probably want to modify the other. They are both set in different ways, sourced from different places, and have different non-overlapping subsets of information. Combining them into one would simplify lives for people who need to modify these things.