Configuration property fixed at build time - All other configuration properties are overridable at runtime
| Configuration property | Type | Default | 
|---|---|---|
| The root path. All templates will be served relative to this path which is relative to the HTTP root path. If the template name ends with a suffix listed in the  For example, a template located in  Environment variable:  | string | 
 | 
| The directory from which the templates are served. The path is relative to a template root directroy, i.e. relative to
 By default, the templates located in the  Environment variable:  | string | 
 | 
| This regular expression is used to hide template files from the web templates path. Hidden templates are not exposed. All template file paths are matched, including the versions without suffixes. The matched input is the file path relative
from the web templates path (for example  By default, no templates are hidden. Environment variable:  | ||
| The order of the route which handles the templates. By default, the route is executed before the default routes (static resources, etc.). Environment variable:  | int | 
 | 
| If set to  Environment variable:  | boolean | 
 |