Configuration 🎛️
Bloader’s configuration system is designed for simplicity and flexibility, leveraging YAML and Sprig templates to suit a variety of needs.
Features
- Any format supported by Viper, such as yaml, json, toml, etc., can be read.
- The configuration file for master and slave is different from each other.
- Environment variables starting with
BLOADER_
can be overridden. Override is preferred Override Mechanism.
Configuration Options
- Configurable Properties: Properties that should be set as properties
- Override Properties: Overwriting of configuration files by files and constants
- Sample Configuration: Indicates a configuration that serves as a configuration sample
- Communication between Master and Slave: Notes on communication between Master and Slave
Explore each section to customize Bloader to your needs.