This is a strange feature, but it could be useful. Basically the configuration file would be pre-processed with the contents of the "properties" section.
An example would be a template name which contains the environment name, such as "Prod-Database". It could be templated in the file as "{{ Env }}-Database".
Require use of .hbs extension to enable?
This is a strange feature, but it could be useful. Basically the configuration file would be pre-processed with the contents of the
"properties"section.An example would be a template name which contains the environment name, such as "Prod-Database". It could be templated in the file as "{{ Env }}-Database".
Require use of .hbs extension to enable?