How to configure properties with environment variables
FIX Antenna C/C++/.NET
To configure FIXAntenna properties with an environment variables you need the following:
Define environment variable in the system:
Apply environment variable. FIXAntenna can utilize environment variables in the engine.properties file, using the syntax:
${EnvVarName} - this construction will be substituted with an actual value of EnvVarName
Example:# The license file path.LicenseFile= ${PATH_TO_LICENSE}
It is not recommended to use environment variables for the following properties:
EngineRoot, ListenPort, Monitoring.ListenPort, LogDirectory, Monitoring.AdminSessionNames, Monitoring.AdminSession.*, AnchorFile.