This PR is adding a new templating function that can be used to insert values of environment variables into the template file. There already is similar functionality for the configuration file (using the $(var) syntax) so it would be great to have the same possibility in the template file.
This PR is adding a new templating function that can be used to insert values of environment variables into the template file. There already is similar functionality for the configuration file (using the
$(var)
syntax) so it would be great to have the same possibility in the template file.