3. Variable/Properties for Templates
In RapidDeploy almost all Variables and Properties used by Templates are stored as Data Dictionary items. When we create a Template it will have some required values. such as:
ServerName = @@SERVER_NAME@@
ServerPort = @@SERVER_PORT@@
ServerName and ServerPort are used within the template to perform an action – and the @@SERVER_NAME@@ and @@SERVER_PORT@@ values are injected at deployment time to instantiate the template for a given environment.
So target / environment needs a set of Data Dictionary values such as shown to be instantiated / provide the required value for the template.