ConfigLoader
ConfigLoader loads JSON configuration files and substitutes environment
variables using ${VAR|default} syntax. It is used internally by
SecurityConfig
and the mcp-gateway service,
and can be used directly for custom configuration needs.
Properties
config_paths
List of file paths checked during initialization. The first existing file is loaded.