Expand description
§Configuring the Komodo Periphery Agent
The periphery configuration is passed in three ways:
- Command line args (CliArgs)
- Environment Variables (Env)
- 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
- Periphery
Config - Periphery Configuration File