-
Notifications
You must be signed in to change notification settings - Fork 159
Configuration
Ellis Percival edited this page Jan 20, 2021
·
5 revisions
The configuration for this software is contained within a single YAML file which is specified on the command line upon execution. Within the config file, there are various sections that contain the configuration for a specific aspect of the software.
To ensure that configuration errors are caught as rapidly as possible, the software enforces a schema for the config file. This uses Cerberus, and the schema is contained within config.schema.yml
in the project root directory.
Use the table of contents on the right hand side to view documentation for each of the sections within the config file.