Custom Configuration
How to edit the configuration file on Linux
Custom application configuration can be achieved by editing the customer.env environment file.
The following steps are required to change different parameters in this file:
- Navigate to /etc/mdssc/customer.env and open the file
- If the parameter that needs to be changed is not present, add the new parameter with the desired value. If it already exists, just edit the value.
CONFIGURATION_PROPERTY_NAME=VALUE
- Save the file
- In order for the changes to apply, please restart the application by running the following command:
sudo mdssc -c restart
Was this page helpful?