Activate all built-in resolvers for OmegaConfigLoader
except oc.env
#2623
Labels
Milestone
OmegaConfigLoader
except oc.env
#2623
Description
This feature would allow users to make use of the built-in resolvers of
omegaconf
Currently all
omegaconf
built-in resolvers are turned of by default forOmegaConfigLoader
, exceptoc.env
which is activated when credentials are being loaded, and cleared after eagerly resolving the credentials from environment variables.We would still like to keep
oc.env
deactivated by default but users can overwrite/activate it usingCONFIG_LOADER_ARGS
in theirsettings.py
following the completion of #2622Also update the docs where needed.
Context
Follow up task from the tech design discussion #2407 (24/05)
The text was updated successfully, but these errors were encountered: