azos icon indicating copy to clipboard operation
azos copied to clipboard

Are conditional config includes supported (see example)

Open g8sun opened this issue 2 years ago • 0 comments

  //For unit testing
  _include{name=forest file="./cfg/forests/test-f1.laconf"}

Need something like

  //For unit testing  USE EXPRESSION TREE
  _include{condition{ equals{path="$environment" value="local"}}   name=forest file="./cfg/forests/test-f1.laconf"}

g8sun avatar Nov 22 '21 18:11 g8sun