Module periphery

Source
Expand description

§Configuring the Komodo Periphery Agent

The periphery configuration is passed in three ways:

  1. Command line args (CliArgs)
  2. Environment Variables (Env)
  3. Configuration File (PeripheryConfig)

The final configuration is built by combining parameters passed through the different methods. The priority of the args is strictly hierarchical, meaning params passed with CliArgs have top priority, followed by those passed in the environment, followed by those passed in the configuration file.

Structs§

CliArgs
Periphery Command Line Arguments.
Env
Periphery Environment Variables
PeripheryConfig
Periphery Configuration File