hydroconf
hydroconf copied to clipboard
Multiple non-secret sources?
Hi, are you open to add support for multiple non-secret sources? This may break compatibility.
The use case is that, we want to have a file base_settings.toml
with default values, kept in Git. Each team member can have his/her override in custom_settings.toml
, which is for local development and is not kept in Git.
Or follow this Dynaconf's strategy of auto discover settings.local.ext file.
Hi @hongquan, yes that looks like a very useful feature. We can release a new major version with this backward-incompatible change. Would you be willing to work on it and open a PR? At this moment I don't have the bandwidth for this.