Hacker News new | ask | show | jobs
by ZenoArrow 288 days ago
> What am I missing?

Depends on your requirements. For example, if you have any values you want to keep secret in your config files, then using a config manager can help you to not expose them in a Git repository. Also, if you work across multiple operating systems, you can use config managers to alter your config files based on the current OS.