Re: Best practice for config files?
Paul Rubin <[email protected]> Thu, 22 May 2025 17:37:09 -0700
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
"Michael F. Stemper" <[email protected]> writes: > Should I specify the location of the config file with a command-line > option, or is requiring the program to be executed in the directory > containing the configuration file considered acceptable practice? You can also use an environment variable.