I want to add sections to config that loads based on the environment (dev/prod/etc)
should I just use configparser and my own file? or can I leverage config.toml and add it to that?
I want to add sections to config that loads based on the environment (dev/prod/etc)
should I just use configparser and my own file? or can I leverage config.toml and add it to that?