Environment variables represent an entry within the NX.env configuration file. You can reference any entry in NX.env within an HTMPL template file by prefixing it with “$env.”
For example, one of the lines in NX.env, which specifies the host name of the CA SDM server is as follows:
@NX_SERVER=hostname
You can refer to this variable within an HTMPL template file with the specification:
$env.NX_SERVER
| Copyright © 2012 CA. All rights reserved. |
|