Project variables
Each Telosys project has a set of variables available at "project level".
This is the highest level of variable definition. These variables are usable everywhere in the current project : in templates files (".vm") and in bundle configuration file ("templates.cfg").
Project variables are defined in the file "TelosysTools/telosys-tools.cfg".
Each line has the following syntax :
Each line starting with "#" is a comment :
By convention, the variables defined at project level are always in upper case.
Standard variables
A "standard variable" is a variable that is supposed to always be defined (for all types of projects).
Examples :
Specific variables
A "project-specific variable" is a variable defined for the specific needs of a project.
For example, a project variable can be defined in a project to generate PHP code and not defined in another project which aims to generate Python code.
Note : a specific variable cannot override a standard variable.
Examples :
Last updated