Skip to content

Using the configuration files

Joerg Boeselt edited this page Sep 20, 2016 · 1 revision

Several aspects of lxHive are controlled via YAML configuration files. These are located in the src/xAPI/Config directory.

The defaults are in Config.yml, however you can override them in Config.production.yml or Config.development.yml files.

The default mode is production (subsequently Config.production.yml is loaded), however, when developing, you can change it by setting the SLIM_MODE variable to development.