Go to documentation repository
Page History
...
- Stop the Axxon One server:
Code Block language bash sudo service axxon-one stop
- Create a backup of the configuration:
Code Block language bash cp ~ngp/instance.conf ~ngp/instance.conf_bak
Note title Attention! This step is mandatory.
- Open the server configuration file for editing:
Code Block language bash sudo nano ~ngp/instance.conf
- Add the required variable using the commandvariable as the firstline in the configuration file:
For example, a variable to increase the export timeout:Code Block language bash export %system_variable=value%
Code Block language bash export NGP_EXPORT_TIMEOUT_MS=60000
- After you make the changes and save the configuration file, start the Axxon One server:
Code Block language bash sudo service axxon-one start
...
Overview
Content Tools