The LAZR config system is used to manage process configuration, typically
for saying how things change when running systems on different machines or
under different circumstances.

Configuration uses an ini-like file format of sections, keys, and values.
The config file supports inheritance to minimize duplication of information
across files, and the format supports schema validation.
