BAM Configuration

The configuration for BAM is stored in: This directory contains a sample configuration file bam.config.sample and a directory named after the hostname of the VM (environment variable $BAM_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/am/config/<new hostname> does not exist, BAM will fail to start.

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

cp /opt/blueworx/am/config/bam.config.sample /opt/blueworx/am/config/<hostname>/bam.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.