BRM Configuration

The configuration for BRM is stored in: This directory contains a sample configuration file brm.config.sample and a directory named after the hostname of the VM (environment variable $BRM_CONF).
This hostname is automatically collected from the VM, however if it is incorrect, it can be changed. To do this:
Note: that if the /opt/blueworx/rm/config/<new hostname> does not exist, BRM will fail to start.

The actual configuration that BRM uses is stored in the file /opt/blueworx/rm/config/<hostname>/brm.config, however if this file is corrupted or deleted, the sample configuration can be restored with the following command:

cp /opt/blueworx/rm/config/brm.config.sample /opt/blueworx/rm/config/<hostname>/brm.config

Note: All versions of the configuration file contain descriptions and examples of the setting of configuration options

See TOML Configuration File Format for details on the configuration file format.