Vaultx.Config.Builder (Vaultx v0.7.0)
View SourceConfiguration builder for VaultX.
This module handles the construction of configuration from multiple sources:
- Default values
- Application environment
- System environment variables
- Runtime overrides
Design Principles
- Layered Configuration: Multiple sources with clear precedence
- Environment Awareness: Different defaults per environment
- Type Safety: Proper type conversion and validation
- Performance: Efficient configuration building
Summary
Functions
Builds the complete configuration from all sources.
Gets the default configuration for the current environment.