hydroconf
hydroconf copied to clipboard
Auto load local settings file
Fixes #2
It follows Dynaconf to auto discover settings.local.ext file. The discovered files are not necessary in the same folder.
It means that, one team can have base config/settings.toml file and each member can have settings.local.toml and .secrets.toml files in top-level project folder.
@rubik What do you think?