Go to documentation repository
To create a system variable for a regular Axxon One server in Linux OS, do the following:
sudo service axxon-one stop
cp ~ngp/instance.conf ~ngp/instance.conf_bak
Attention!
This step is mandatory.
sudo nano ~ngp/instance.conf
export %system_variable=value%
export NGP_EXPORT_TIMEOUT_MS=60000
sudo service axxon-one start
As a result, the system variable is set permanently for the Axxon One server.
Attention!
System variables previously added to the instance.conf file will be removed:
sudo dpkg-reconfigure axxon-one