|
|
|
|
|
by kyllo
4115 days ago
|
|
It really depends on the environment and culture. In Python web apps for example it's very popular to keep project configuration in Python dicts and lists, which are just Python code (as opposed to using something like YAML or JSON for config). |
|
The Right Way (TM) is loading from env vars.