What is the benefit of using environment variables over configuration files? While reading the jupyter notebook section, I was so sure you were building up to "Write your configuration to a file" but then encountered "use environment variables".
I'll give you that configuration files need to be parsed but they are much better reproducible and readable.
What is the benefit of using environment variables over configuration files? While reading the jupyter notebook section, I was so sure you were building up to "Write your configuration to a file" but then encountered "use environment variables".
I'll give you that configuration files need to be parsed but they are much better reproducible and readable.