Question about configuration. How nested can you o...
# questions
m
Question about configuration. How nested can you organise your config environment? Is it possible to have something like the following file structure?
Copy code
conf/
  base/
    crm/
      prm/
        parameters.yaml
        catalog.yaml
      feat/
        …
And still allow OmegaConf to read all files?
d
This should be possible, the glob selection pattern is configurable too
👍 2
👍🏼 1