Editing a Composer Configuration File
You can edit the properties for your Composer configuration in the configuration files. For a complete list of configuration files, see xxx.
To edit a Composer configuration file:
From your terminal, SSH to your Composer server.
Stop the appropriate Composer microservice (Composer, Screenshot, or the specific connector server).
For the appropriate Linux command, see Stopping Composer Microservices.
Use the following command to access and open the configuration file:
vi /etc/zoomdata/<config-file-name>
For example:
vi /etc/zoomdata/zoomdata.properties
Names of valid configuration files are listed in Configuration Property Files.
If the configuration file does not exist, this command creates it.
If you are not logged in as a root user, then you need to enter
sudo vi /etc/zoomdata/zoomdata.properties
to create the desired file.Make sure the file is readable by the
zoomdata
microservice account.Add the new variable or property into the file on a new line or edit an existing one, as needed. See:
Save and exit the configuration file.
Restart Composer microservices.
For the appropriate Linux command line, see Restarting Composer Microservices.
Wait a few minutes for the microservice to restart completely, then open a new browser window to log back into Composer. Confirm that your changes have taken effect.
Comments
0 comments
Please sign in to leave a comment.